jbochi gqd commited on
Commit
bb45f18
1 Parent(s): 050311a

add protobuf to pip installation instruction (#12)

Browse files

- Update README.md (032d7ebd5635993bb8f68f562312ed79321ce40e)


Co-authored-by: God <gqd@users.noreply.huggingface.co>

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