Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -9,7 +9,7 @@ tags:
|
|
| 9 |
- gguf-my-repo
|
| 10 |
---
|
| 11 |
|
| 12 |
-
# AlirezaF138/Gemma2_Farsi-
|
| 13 |
This model was converted to GGUF format from [`alibidaran/Gemma2_Farsi`](https://huggingface.co/alibidaran/Gemma2_Farsi) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
|
| 14 |
Refer to the [original model card](https://huggingface.co/alibidaran/Gemma2_Farsi) for more details on the model.
|
| 15 |
|
|
@@ -24,12 +24,12 @@ Invoke the llama.cpp server or the CLI.
|
|
| 24 |
|
| 25 |
### CLI:
|
| 26 |
```bash
|
| 27 |
-
llama-cli --hf-repo AlirezaF138/Gemma2_Farsi-
|
| 28 |
```
|
| 29 |
|
| 30 |
### Server:
|
| 31 |
```bash
|
| 32 |
-
llama-server --hf-repo AlirezaF138/Gemma2_Farsi-
|
| 33 |
```
|
| 34 |
|
| 35 |
Note: You can also use this checkpoint directly through the [usage steps](https://github.com/ggerganov/llama.cpp?tab=readme-ov-file#usage) listed in the Llama.cpp repo as well.
|
|
@@ -46,9 +46,9 @@ cd llama.cpp && LLAMA_CURL=1 make
|
|
| 46 |
|
| 47 |
Step 3: Run inference through the main binary.
|
| 48 |
```
|
| 49 |
-
./llama-cli --hf-repo AlirezaF138/Gemma2_Farsi-
|
| 50 |
```
|
| 51 |
or
|
| 52 |
```
|
| 53 |
-
./llama-server --hf-repo AlirezaF138/Gemma2_Farsi-
|
| 54 |
```
|
|
|
|
| 9 |
- gguf-my-repo
|
| 10 |
---
|
| 11 |
|
| 12 |
+
# AlirezaF138/Gemma2_Farsi-Q6_K-GGUF
|
| 13 |
This model was converted to GGUF format from [`alibidaran/Gemma2_Farsi`](https://huggingface.co/alibidaran/Gemma2_Farsi) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
|
| 14 |
Refer to the [original model card](https://huggingface.co/alibidaran/Gemma2_Farsi) for more details on the model.
|
| 15 |
|
|
|
|
| 24 |
|
| 25 |
### CLI:
|
| 26 |
```bash
|
| 27 |
+
llama-cli --hf-repo AlirezaF138/Gemma2_Farsi-Q6_K-GGUF --hf-file gemma2_farsi-q6_k.gguf -p "The meaning to life and the universe is"
|
| 28 |
```
|
| 29 |
|
| 30 |
### Server:
|
| 31 |
```bash
|
| 32 |
+
llama-server --hf-repo AlirezaF138/Gemma2_Farsi-Q6_K-GGUF --hf-file gemma2_farsi-q6_k.gguf -c 2048
|
| 33 |
```
|
| 34 |
|
| 35 |
Note: You can also use this checkpoint directly through the [usage steps](https://github.com/ggerganov/llama.cpp?tab=readme-ov-file#usage) listed in the Llama.cpp repo as well.
|
|
|
|
| 46 |
|
| 47 |
Step 3: Run inference through the main binary.
|
| 48 |
```
|
| 49 |
+
./llama-cli --hf-repo AlirezaF138/Gemma2_Farsi-Q6_K-GGUF --hf-file gemma2_farsi-q6_k.gguf -p "The meaning to life and the universe is"
|
| 50 |
```
|
| 51 |
or
|
| 52 |
```
|
| 53 |
+
./llama-server --hf-repo AlirezaF138/Gemma2_Farsi-Q6_K-GGUF --hf-file gemma2_farsi-q6_k.gguf -c 2048
|
| 54 |
```
|