Update README.md
Browse files
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
|