pszemraj commited on
Commit
5f2f392
·
verified ·
1 Parent(s): 579ddca

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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 /path/to/model.pt "Once upon a time"`
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