Update README.md
Browse files
README.md
CHANGED
|
@@ -1,11 +1,12 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: mit
|
| 3 |
-
library_name: transformers
|
| 4 |
-
base_model: deepseek-ai/DeepSeek-R1-0528-Qwen3-8B
|
| 5 |
-
tags:
|
| 6 |
-
- llama-cpp
|
| 7 |
-
- gguf-my-repo
|
| 8 |
-
|
|
|
|
| 9 |
|
| 10 |
# Lumia101/DeepSeek-R1-0528-Qwen3-8B-Q4_K_M-GGUF
|
| 11 |
This model was converted to GGUF format from [`deepseek-ai/DeepSeek-R1-0528-Qwen3-8B`](https://huggingface.co/deepseek-ai/DeepSeek-R1-0528-Qwen3-8B) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
|
|
@@ -49,4 +50,4 @@ Step 3: Run inference through the main binary.
|
|
| 49 |
or
|
| 50 |
```
|
| 51 |
./llama-server --hf-repo Lumia101/DeepSeek-R1-0528-Qwen3-8B-Q4_K_M-GGUF --hf-file deepseek-r1-0528-qwen3-8b-q4_k_m.gguf -c 2048
|
| 52 |
-
```
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
library_name: transformers
|
| 4 |
+
base_model: deepseek-ai/DeepSeek-R1-0528-Qwen3-8B
|
| 5 |
+
tags:
|
| 6 |
+
- llama-cpp
|
| 7 |
+
- gguf-my-repo
|
| 8 |
+
pipeline_tag: text-generation
|
| 9 |
+
---
|
| 10 |
|
| 11 |
# Lumia101/DeepSeek-R1-0528-Qwen3-8B-Q4_K_M-GGUF
|
| 12 |
This model was converted to GGUF format from [`deepseek-ai/DeepSeek-R1-0528-Qwen3-8B`](https://huggingface.co/deepseek-ai/DeepSeek-R1-0528-Qwen3-8B) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
|
|
|
|
| 50 |
or
|
| 51 |
```
|
| 52 |
./llama-server --hf-repo Lumia101/DeepSeek-R1-0528-Qwen3-8B-Q4_K_M-GGUF --hf-file deepseek-r1-0528-qwen3-8b-q4_k_m.gguf -c 2048
|
| 53 |
+
```
|