Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -5,13 +5,13 @@ language:
|
|
| 5 |
datasets:
|
| 6 |
- zjkarina/Vikhr_instruct
|
| 7 |
- dichspace/darulm
|
| 8 |
-
base_model: Vikhrmodels/Vikhr-7B-instruct_0.2
|
| 9 |
tags:
|
| 10 |
- llama-cpp
|
| 11 |
- gguf-my-repo
|
|
|
|
| 12 |
---
|
| 13 |
|
| 14 |
-
#
|
| 15 |
This model was converted to GGUF format from [`Vikhrmodels/Vikhr-7B-instruct_0.2`](https://huggingface.co/Vikhrmodels/Vikhr-7B-instruct_0.2) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
|
| 16 |
Refer to the [original model card](https://huggingface.co/Vikhrmodels/Vikhr-7B-instruct_0.2) for more details on the model.
|
| 17 |
|
|
@@ -26,12 +26,12 @@ Invoke the llama.cpp server or the CLI.
|
|
| 26 |
|
| 27 |
### CLI:
|
| 28 |
```bash
|
| 29 |
-
llama-cli --hf-repo
|
| 30 |
```
|
| 31 |
|
| 32 |
### Server:
|
| 33 |
```bash
|
| 34 |
-
llama-server --hf-repo
|
| 35 |
```
|
| 36 |
|
| 37 |
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.
|
|
@@ -48,9 +48,9 @@ cd llama.cpp && LLAMA_CURL=1 make
|
|
| 48 |
|
| 49 |
Step 3: Run inference through the main binary.
|
| 50 |
```
|
| 51 |
-
./llama-cli --hf-repo
|
| 52 |
```
|
| 53 |
or
|
| 54 |
```
|
| 55 |
-
./llama-server --hf-repo
|
| 56 |
```
|
|
|
|
| 5 |
datasets:
|
| 6 |
- zjkarina/Vikhr_instruct
|
| 7 |
- dichspace/darulm
|
|
|
|
| 8 |
tags:
|
| 9 |
- llama-cpp
|
| 10 |
- gguf-my-repo
|
| 11 |
+
base_model: Vikhrmodels/Vikhr-7B-instruct_0.2
|
| 12 |
---
|
| 13 |
|
| 14 |
+
# itlwas/Vikhr-7B-instruct_0.2-Q4_K_M-GGUF
|
| 15 |
This model was converted to GGUF format from [`Vikhrmodels/Vikhr-7B-instruct_0.2`](https://huggingface.co/Vikhrmodels/Vikhr-7B-instruct_0.2) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
|
| 16 |
Refer to the [original model card](https://huggingface.co/Vikhrmodels/Vikhr-7B-instruct_0.2) for more details on the model.
|
| 17 |
|
|
|
|
| 26 |
|
| 27 |
### CLI:
|
| 28 |
```bash
|
| 29 |
+
llama-cli --hf-repo itlwas/Vikhr-7B-instruct_0.2-Q4_K_M-GGUF --hf-file vikhr-7b-instruct_0.2-q4_k_m.gguf -p "The meaning to life and the universe is"
|
| 30 |
```
|
| 31 |
|
| 32 |
### Server:
|
| 33 |
```bash
|
| 34 |
+
llama-server --hf-repo itlwas/Vikhr-7B-instruct_0.2-Q4_K_M-GGUF --hf-file vikhr-7b-instruct_0.2-q4_k_m.gguf -c 2048
|
| 35 |
```
|
| 36 |
|
| 37 |
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.
|
|
|
|
| 48 |
|
| 49 |
Step 3: Run inference through the main binary.
|
| 50 |
```
|
| 51 |
+
./llama-cli --hf-repo itlwas/Vikhr-7B-instruct_0.2-Q4_K_M-GGUF --hf-file vikhr-7b-instruct_0.2-q4_k_m.gguf -p "The meaning to life and the universe is"
|
| 52 |
```
|
| 53 |
or
|
| 54 |
```
|
| 55 |
+
./llama-server --hf-repo itlwas/Vikhr-7B-instruct_0.2-Q4_K_M-GGUF --hf-file vikhr-7b-instruct_0.2-q4_k_m.gguf -c 2048
|
| 56 |
```
|