Yanisadel commited on
Commit
38683f4
·
verified ·
1 Parent(s): efc34b9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -61,7 +61,7 @@ PyTorch should also be installed.
61
 
62
  ```
63
  pip install --upgrade git+https://github.com/huggingface/transformers.git
64
- pip install torch
65
  ```
66
 
67
  A small snippet of code is given here in order to **generate ChatNT answers from a pipeline (high-level)**.
 
61
 
62
  ```
63
  pip install --upgrade git+https://github.com/huggingface/transformers.git
64
+ pip install torch sentencepiece
65
  ```
66
 
67
  A small snippet of code is given here in order to **generate ChatNT answers from a pipeline (high-level)**.