Update README.md
Browse files
README.md
CHANGED
@@ -29,7 +29,7 @@ How to run:
|
|
29 |
```
|
30 |
pip install llama-cpp-python fire
|
31 |
|
32 |
-
python3 interact_llamacpp.py
|
33 |
```
|
34 |
|
35 |
System requirements:
|
|
|
29 |
```
|
30 |
pip install llama-cpp-python fire
|
31 |
|
32 |
+
python3 interact_llamacpp.py model-q4_K.gguf
|
33 |
```
|
34 |
|
35 |
System requirements:
|