iAkashPaul
commited on
Commit
•
7068614
1
Parent(s):
9ce11c1
Update README.md
Browse files
README.md
CHANGED
@@ -2,6 +2,9 @@
|
|
2 |
license: mit
|
3 |
tags:
|
4 |
- gemma
|
|
|
|
|
|
|
5 |
---
|
6 |
|
7 |
# GGUF for Indic-gemma-2b-finetuned-sft-Navarasa
|
@@ -11,7 +14,9 @@ This model from [Telugu-LLM-Labs](https://huggingface.co/Telugu-LLM-Labs/Indic-g
|
|
11 |
|
12 |
```bash
|
13 |
git clone https://huggingface.co/iAkashPaul/Indic-gemma-2b-finetuned-sft-Navarasa-GGUF # & cd into it, update paths accordingly
|
14 |
-
|
|
|
|
|
15 |
./main --file prompt.md --lora ./models/ggml-adapter-model.bin --lora-base ./models/indic-llm_Q8.gguf
|
16 |
|
17 |
./main --file prompt.md -m ./models/merged_indic_llm_Q8.gguf -ngl 99
|
|
|
2 |
license: mit
|
3 |
tags:
|
4 |
- gemma
|
5 |
+
- gguf
|
6 |
+
- llama.cpp
|
7 |
+
- indic
|
8 |
---
|
9 |
|
10 |
# GGUF for Indic-gemma-2b-finetuned-sft-Navarasa
|
|
|
14 |
|
15 |
```bash
|
16 |
git clone https://huggingface.co/iAkashPaul/Indic-gemma-2b-finetuned-sft-Navarasa-GGUF # & cd into it, update paths accordingly
|
17 |
+
|
18 |
+
# build llama.cpp for your hardware https://github.com/ggerganov/llama.cpp?tab=readme-ov-file#build
|
19 |
+
|
20 |
./main --file prompt.md --lora ./models/ggml-adapter-model.bin --lora-base ./models/indic-llm_Q8.gguf
|
21 |
|
22 |
./main --file prompt.md -m ./models/merged_indic_llm_Q8.gguf -ngl 99
|