add protobuf to pip installation instruction (#12)
Browse files- Update README.md (032d7ebd5635993bb8f68f562312ed79321ce40e)
Co-authored-by: God <[email protected]>
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
|