Update README.md
Browse files
README.md
CHANGED
|
@@ -22,7 +22,7 @@ wget -O ./nGPT_best.pt "https://huggingface.co/pszemraj/nGPT-enwiki8/resolve/mai
|
|
| 22 |
pip install fire nGPT-pytorch
|
| 23 |
```
|
| 24 |
|
| 25 |
-
3. run inference with below with `python inference.py
|
| 26 |
|
| 27 |
|
| 28 |
```py
|
|
|
|
| 22 |
pip install fire nGPT-pytorch
|
| 23 |
```
|
| 24 |
|
| 25 |
+
3. run inference with below with `python inference.py ./nGPT_best.pt "Once upon a time"`
|
| 26 |
|
| 27 |
|
| 28 |
```py
|