IlyaGusev commited on
Commit
e4cf78a
1 Parent(s): 4ff1cf2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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
  ```