Update README.md
Browse files
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 |
-
|
19 |
```
|
20 |
wget https://huggingface.co/IlyaGusev/saiga2_7b_gguf/resolve/main/model-q4_K.gguf
|
21 |
```
|
22 |
|
23 |
-
|
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 |
```
|