Update README.md
Browse files
README.md
CHANGED
@@ -18,7 +18,7 @@ Llama.cpp compatible versions of an original [8B model](https://huggingface.co/I
|
|
18 |
|
19 |
Download one of the versions, for example `model-q4_K.gguf`.
|
20 |
```
|
21 |
-
wget https://huggingface.co/IlyaGusev/
|
22 |
```
|
23 |
|
24 |
Download [interact_llama3_llamacpp.py](https://raw.githubusercontent.com/IlyaGusev/rulm/master/self_instruct/src/interact_llama3_llamacpp.py)
|
|
|
18 |
|
19 |
Download one of the versions, for example `model-q4_K.gguf`.
|
20 |
```
|
21 |
+
wget https://huggingface.co/IlyaGusev/saiga_llama3_8b_gguf/resolve/main/model-q4_K.gguf
|
22 |
```
|
23 |
|
24 |
Download [interact_llama3_llamacpp.py](https://raw.githubusercontent.com/IlyaGusev/rulm/master/self_instruct/src/interact_llama3_llamacpp.py)
|