Text Generation
GGUF
Russian
conversational
IlyaGusev commited on
Commit
464aadc
1 Parent(s): 52c4159

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -15,12 +15,12 @@ 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 `model-q4_K.gguf`.
19
  ```
20
  wget https://huggingface.co/IlyaGusev/saiga2_7b_gguf/resolve/main/model-q4_K.gguf
21
  ```
22
 
23
- * Download [interact_llamacpp.py](https://raw.githubusercontent.com/IlyaGusev/rulm/master/self_instruct/src/interact_llamacpp.py)
24
  ```
25
  wget https://raw.githubusercontent.com/IlyaGusev/rulm/master/self_instruct/src/interact_llamacpp.py
26
  ```
 
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 `model-q4_K.gguf`.
19
  ```
20
  wget https://huggingface.co/IlyaGusev/saiga2_7b_gguf/resolve/main/model-q4_K.gguf
21
  ```
22
 
23
+ Download [interact_llamacpp.py](https://raw.githubusercontent.com/IlyaGusev/rulm/master/self_instruct/src/interact_llamacpp.py)
24
  ```
25
  wget https://raw.githubusercontent.com/IlyaGusev/rulm/master/self_instruct/src/interact_llamacpp.py
26
  ```