File size: 894 Bytes
26aefb6 07c2d69 26aefb6 07c2d69 26aefb6 07c2d69 26aefb6 a4258ec |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 |
---
datasets:
- IlyaGusev/saiga_scored
- IlyaGusev/saiga_preferences
language:
- ru
inference: false
license: other
license_name: yandexgpt-5-lite-8b-pretrain
license_link: LICENSE
---
Llama.cpp compatible versions of an original [8B model](https://huggingface.co/IlyaGusev/saiga_yandexgpt_8b).
Download one of the versions, for example `saiga_yandexgpt_8b.Q4_K_M.gguf`.
```
wget https://huggingface.co/IlyaGusev/saiga_yandexgpt_8b_gguf/resolve/main/saiga_yandexgpt_8b.Q4_K_M.gguf
```
Download [interact_gguf.py](https://raw.githubusercontent.com/IlyaGusev/saiga/refs/heads/main/scripts/interact_gguf.py)
```
https://raw.githubusercontent.com/IlyaGusev/saiga/refs/heads/main/scripts/interact_gguf.py
```
How to run:
```
pip install llama-cpp-python fire
python3 interact_gguf.py saiga_yandexgpt_8b.Q4_K_M.gguf
```
System requirements:
* 9GB RAM for q8_0 and less for smaller quantizations |