Text Generation
GGUF
Russian
conversational
IlyaGusev commited on
Commit
327227c
1 Parent(s): 1c92cfc

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 [13B model](https://huggingface.co/
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
  ```