Update README.md
Browse files
README.md
CHANGED
@@ -142,7 +142,7 @@ You'll find different techniques for running inference, including Huggingface's
|
|
142 |
The Huggingface Text Generation Pipeline provides a straightforward way to run inference using the Salamandra-7b model.
|
143 |
|
144 |
```bash
|
145 |
-
pip install
|
146 |
```
|
147 |
<details>
|
148 |
<summary>Show code</summary>
|
|
|
142 |
The Huggingface Text Generation Pipeline provides a straightforward way to run inference using the Salamandra-7b model.
|
143 |
|
144 |
```bash
|
145 |
+
pip install transformers torch accelerate sentencepiece protobuf
|
146 |
```
|
147 |
<details>
|
148 |
<summary>Show code</summary>
|