gqd commited on
Commit
032d7eb
1 Parent(s): 050311a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -486,7 +486,7 @@ Find below some example scripts on how to use the model:
486
 
487
  First, install the Python packages that are required:
488
 
489
- `pip install transformers accelerate sentencepiece`
490
 
491
  ```python
492
  from transformers import T5ForConditionalGeneration, T5Tokenizer
 
486
 
487
  First, install the Python packages that are required:
488
 
489
+ `pip install transformers accelerate sentencepiece protobuf`
490
 
491
  ```python
492
  from transformers import T5ForConditionalGeneration, T5Tokenizer