Update README.md
Browse files
README.md
CHANGED
@@ -81,3 +81,7 @@ model = AutoModelForCausalLM.from_pretrained(
|
|
81 |
use_flash_attn_2=True # optional
|
82 |
)
|
83 |
```
|
|
|
|
|
|
|
|
|
|
81 |
use_flash_attn_2=True # optional
|
82 |
)
|
83 |
```
|
84 |
+
|
85 |
+
## Use with GGML / llama.cpp
|
86 |
+
|
87 |
+
The model in GGUF format [INSAIT-Institute/BgGPT-7B-Instruct-v0.1-GGUF](https://huggingface.co/INSAIT-Institute/BgGPT-7B-Instruct-v0.1-GGUF)
|