avemio-digital commited on
Commit
fbf0267
·
verified ·
1 Parent(s): 2e304c9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -8
README.md CHANGED
@@ -6,12 +6,16 @@ tags:
6
  - sft
7
  - llama-cpp
8
  - gguf-my-repo
9
- base_model: avemio-digital/GRAG-QWEN-R1-DEEP-THINKING-REASONING
 
 
 
 
10
  ---
11
 
12
  # avemio-digital/GRAG-QWEN-R1-DEEP-THINKING-REASONING-Q8_0-GGUF
13
- This model was converted to GGUF format from [`avemio-digital/GRAG-QWEN-R1-DEEP-THINKING-REASONING`](https://huggingface.co/avemio-digital/GRAG-QWEN-R1-DEEP-THINKING-REASONING) 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/avemio-digital/GRAG-QWEN-R1-DEEP-THINKING-REASONING) for more details on the model.
15
 
16
  ## Use with llama.cpp
17
  Install llama.cpp through brew (works on Mac and Linux)
@@ -24,12 +28,12 @@ Invoke the llama.cpp server or the CLI.
24
 
25
  ### CLI:
26
  ```bash
27
- llama-cli --hf-repo avemio-digital/GRAG-QWEN-R1-DEEP-THINKING-REASONING-Q8_0-GGUF --hf-file grag-qwen-r1-deep-thinking-reasoning-q8_0.gguf -p "The meaning to life and the universe is"
28
  ```
29
 
30
  ### Server:
31
  ```bash
32
- llama-server --hf-repo avemio-digital/GRAG-QWEN-R1-DEEP-THINKING-REASONING-Q8_0-GGUF --hf-file grag-qwen-r1-deep-thinking-reasoning-q8_0.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,9 +50,9 @@ cd llama.cpp && LLAMA_CURL=1 make
46
 
47
  Step 3: Run inference through the main binary.
48
  ```
49
- ./llama-cli --hf-repo avemio-digital/GRAG-QWEN-R1-DEEP-THINKING-REASONING-Q8_0-GGUF --hf-file grag-qwen-r1-deep-thinking-reasoning-q8_0.gguf -p "The meaning to life and the universe is"
50
  ```
51
  or
52
  ```
53
- ./llama-server --hf-repo avemio-digital/GRAG-QWEN-R1-DEEP-THINKING-REASONING-Q8_0-GGUF --hf-file grag-qwen-r1-deep-thinking-reasoning-q8_0.gguf -c 2048
54
- ```
 
6
  - sft
7
  - llama-cpp
8
  - gguf-my-repo
9
+ base_model: avemio/GRAG-R1-Distill-QWEN-14B-SFT-DE
10
+ license: mit
11
+ language:
12
+ - de
13
+ - en
14
  ---
15
 
16
  # avemio-digital/GRAG-QWEN-R1-DEEP-THINKING-REASONING-Q8_0-GGUF
17
+ This model was converted to GGUF format from [`avemio/GRAG-R1-Distill-QWEN-14B-SFT-DE`](https://huggingface.co/avemio/GRAG-R1-Distill-QWEN-14B-SFT-DE) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
18
+ Refer to the [original model card](https://huggingface.co/avemio/GRAG-R1-Distill-QWEN-14B-SFT-DE) for more details on the model.
19
 
20
  ## Use with llama.cpp
21
  Install llama.cpp through brew (works on Mac and Linux)
 
28
 
29
  ### CLI:
30
  ```bash
31
+ llama-cli --hf-repo avemio/GRAG-R1-Distill-QWEN-14B-SFT-DE_Q8_0-GGUF --hf-file grag-qwen-r1-deep-thinking-reasoning-q8_0.gguf -p "The meaning to life and the universe is"
32
  ```
33
 
34
  ### Server:
35
  ```bash
36
+ llama-server --hf-repo avemio/GRAG-R1-Distill-QWEN-14B-SFT-DE_Q8_0-GGUF --hf-file grag-qwen-r1-deep-thinking-reasoning-q8_0.gguf -c 2048
37
  ```
38
 
39
  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.
 
50
 
51
  Step 3: Run inference through the main binary.
52
  ```
53
+ ./llama-cli --hf-repo avemio/GRAG-QWEN-R1-DEEP-THINKING-REASONING-Q8_0-GGUF --hf-file grag-qwen-r1-deep-thinking-reasoning-q8_0.gguf -p "The meaning to life and the universe is"
54
  ```
55
  or
56
  ```
57
+ ./llama-server --hf-repo avemio/GRAG-QWEN-R1-DEEP-THINKING-REASONING-Q8_0-GGUF --hf-file grag-qwen-r1-deep-thinking-reasoning-q8_0.gguf -c 2048
58
+ ```