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