IlyaGusev commited on
Commit
fe1d260
1 Parent(s): 8770a95

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -15,15 +15,15 @@ license: llama2
15
 
16
  Llama.cpp compatible versions of an original [7B model](https://huggingface.co/IlyaGusev/saiga2_7b_lora).
17
 
18
- * Download one of the versions, for example `ggml-model-q4_1.bin`.
19
  * Download [interact_llamacpp.py](https://raw.githubusercontent.com/IlyaGusev/rulm/master/self_instruct/src/interact_llamacpp.py)
20
 
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
  ```
28
 
29
  System requirements:
 
15
 
16
  Llama.cpp compatible versions of an original [7B model](https://huggingface.co/IlyaGusev/saiga2_7b_lora).
17
 
18
+ * Download one of the versions, for example `ggml-model-q4_K.gguf`.
19
  * Download [interact_llamacpp.py](https://raw.githubusercontent.com/IlyaGusev/rulm/master/self_instruct/src/interact_llamacpp.py)
20
 
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_K.gguf
27
  ```
28
 
29
  System requirements: