Commit
•
265e7af
1
Parent(s):
e021d13
Update README.md
Browse files
README.md
CHANGED
@@ -35,7 +35,7 @@ export HF_HUB_ENABLE_HF_TRANSFER=1
|
|
35 |
huggingface-cli download --local-dir-use-symlinks False --local-dir notus-7b-v1 alvarobartt/notus-7b-v1
|
36 |
|
37 |
# Run example
|
38 |
-
python llms/mistral/mistral.py --
|
39 |
```
|
40 |
|
41 |
Please, refer to the [original model card](https://huggingface.co/argilla/notus-7b-v1) for more details on Notus 7B v1.
|
|
|
35 |
huggingface-cli download --local-dir-use-symlinks False --local-dir notus-7b-v1 alvarobartt/notus-7b-v1
|
36 |
|
37 |
# Run example
|
38 |
+
python llms/mistral/mistral.py --model-path notus-7b-v1 --prompt "My name is"
|
39 |
```
|
40 |
|
41 |
Please, refer to the [original model card](https://huggingface.co/argilla/notus-7b-v1) for more details on Notus 7B v1.
|