IlyaGusev commited on
Commit
c50b0a4
1 Parent(s): 8286851

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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/saiga_mistral_7b_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)
 
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)