Update README.md
Browse files
README.md
CHANGED
@@ -21,7 +21,7 @@ Llama.cpp compatible versions of an original [7B model](https://huggingface.co/I
|
|
21 |
How to run:
|
22 |
```
|
23 |
sudo apt-get install git-lfs
|
24 |
-
pip install llama-cpp-python fire
|
25 |
|
26 |
python3 interact_llamacpp.py ggml-model-q4_1.bin
|
27 |
```
|
|
|
21 |
How to run:
|
22 |
```
|
23 |
sudo apt-get install git-lfs
|
24 |
+
pip install llama-cpp-python==0.1.78 fire
|
25 |
|
26 |
python3 interact_llamacpp.py ggml-model-q4_1.bin
|
27 |
```
|