Update README.md
Browse files
README.md
CHANGED
@@ -42,47 +42,3 @@ With the new dataset I’ve prepared, it can produce quite good outputs in the f
|
|
42 |
* Reverse Engineering v2.0
|
43 |
|
44 |
"Those who shed light on others do not remain in darkness..."
|
45 |
-
|
46 |
-
# AlicanKiraz0/Seneca-x-DeepSeek-R1-Distill-Qwen-32B-v1.3-Safe-Q2_K-GGUF
|
47 |
-
This model was converted to GGUF format from [`AlicanKiraz0/Seneca-x-DeepSeek-R1-Distill-Qwen-32B-v1.3-Safe`](https://huggingface.co/AlicanKiraz0/Seneca-x-DeepSeek-R1-Distill-Qwen-32B-v1.3-Safe) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
|
48 |
-
Refer to the [original model card](https://huggingface.co/AlicanKiraz0/Seneca-x-DeepSeek-R1-Distill-Qwen-32B-v1.3-Safe) for more details on the model.
|
49 |
-
|
50 |
-
## Use with llama.cpp
|
51 |
-
Install llama.cpp through brew (works on Mac and Linux)
|
52 |
-
|
53 |
-
```bash
|
54 |
-
brew install llama.cpp
|
55 |
-
|
56 |
-
```
|
57 |
-
Invoke the llama.cpp server or the CLI.
|
58 |
-
|
59 |
-
### CLI:
|
60 |
-
```bash
|
61 |
-
llama-cli --hf-repo AlicanKiraz0/SenecaLLM-x-QwQ-32B-Q4_K_M-GGUF --hf-file senecallm-x-qwq-32b-q4_k_m.gguf -p "The meaning to life and the universe is"
|
62 |
-
```
|
63 |
-
|
64 |
-
### Server:
|
65 |
-
```bash
|
66 |
-
llama-server --hf-repo AlicanKiraz0/SenecaLLM-x-QwQ-32B-Q4_K_M-GGUF --hf-file senecallm-x-qwq-32b-q4_k_m.gguf -c 2048
|
67 |
-
```
|
68 |
-
|
69 |
-
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.
|
70 |
-
|
71 |
-
Step 1: Clone llama.cpp from GitHub.
|
72 |
-
```
|
73 |
-
git clone https://github.com/ggerganov/llama.cpp
|
74 |
-
```
|
75 |
-
|
76 |
-
Step 2: Move into the llama.cpp folder and build it with `LLAMA_CURL=1` flag along with other hardware-specific flags (for ex: LLAMA_CUDA=1 for Nvidia GPUs on Linux).
|
77 |
-
```
|
78 |
-
cd llama.cpp && LLAMA_CURL=1 make
|
79 |
-
```
|
80 |
-
|
81 |
-
Step 3: Run inference through the main binary.
|
82 |
-
```
|
83 |
-
./llama-cli --hf-repo AlicanKiraz0/SenecaLLM-x-QwQ-32B-Q4_K_M-GGUF --hf-file senecallm-x-qwq-32b-q4_k_m.gguf -p "The meaning to life and the universe is"
|
84 |
-
```
|
85 |
-
or
|
86 |
-
```
|
87 |
-
./llama-server --hf-repo AlicanKiraz0/SenecaLLM-x-QwQ-32B-Q4_K_M-GGUF --hf-file senecallm-x-qwq-32b-q4_k_m.gguf -c 2048
|
88 |
-
```
|
|
|
42 |
* Reverse Engineering v2.0
|
43 |
|
44 |
"Those who shed light on others do not remain in darkness..."
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|