GGUF
Russian
conversational
IlyaGusev commited on
Commit
07c2d69
·
verified ·
1 Parent(s): 26aefb6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -17,16 +17,16 @@ Download one of the versions, for example `saiga_yandexgpt_8b.Q4_K_M.gguf`.
17
  wget https://huggingface.co/IlyaGusev/saiga_yandexgpt_8b_gguf/resolve/main/saiga_yandexgpt_8b.Q4_K_M.gguf
18
  ```
19
 
20
- Download [interact_llama3_llamacpp.py](https://raw.githubusercontent.com/IlyaGusev/rulm/master/self_instruct/src/interact_llama3_llamacpp.py)
21
  ```
22
- wget https://raw.githubusercontent.com/IlyaGusev/rulm/master/self_instruct/src/interact_llama3_llamacpp.py
23
  ```
24
 
25
  How to run:
26
  ```
27
  pip install llama-cpp-python fire
28
 
29
- python3 interact_llama3_llamacpp.py saiga_yandexgpt_8b.Q4_K_M.gguf
30
  ```
31
 
32
  System requirements:
 
17
  wget https://huggingface.co/IlyaGusev/saiga_yandexgpt_8b_gguf/resolve/main/saiga_yandexgpt_8b.Q4_K_M.gguf
18
  ```
19
 
20
+ Download [interact_gguf.py](https://raw.githubusercontent.com/IlyaGusev/saiga/refs/heads/main/scripts/interact_gguf.py)
21
  ```
22
+ https://raw.githubusercontent.com/IlyaGusev/saiga/refs/heads/main/scripts/interact_gguf.py
23
  ```
24
 
25
  How to run:
26
  ```
27
  pip install llama-cpp-python fire
28
 
29
+ python3 interact_gguf.py saiga_yandexgpt_8b.Q4_K_M.gguf
30
  ```
31
 
32
  System requirements: