joanllop commited on
Commit
e866be8
·
verified ·
1 Parent(s): d6eb0ec

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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 -U transformers
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>