andyroiiid commited on
Commit
022d697
·
verified ·
1 Parent(s): d8bda7b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -3
README.md CHANGED
@@ -1,3 +1,9 @@
1
- ---
2
- license: llama3.1
3
- ---
 
 
 
 
 
 
 
1
+ ---
2
+ license: llama3.1
3
+ ---
4
+ ## DeepSeek-R1-Distill-Llama-8B GGUF Q4_K_M model file
5
+
6
+ ``` bash
7
+ python llama.cpp/convert_hf_to_gguf.py DeepSeek-R1-Distill-Llama-8B --outfile deepseek-r1-distill-llama-8b.gguf
8
+ ./llama-quantize deepseek-r1-distill-llama-8b.gguf deepseek-r1-distill-llama-8b-q4_k_m.gguf Q4_K_M
9
+ ```