litmudoc commited on
Commit
5a52e54
·
verified ·
1 Parent(s): c115127

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -0
README.md CHANGED
@@ -14,6 +14,12 @@ This model [litmudoc/QwQ-DeepSeek-R1-SkyT1-Flash-Lightest-MLX-Q8](https://huggin
14
  converted to MLX format from [sm54/QwQ-DeepSeek-R1-SkyT1-Flash-Lightest-32B](https://huggingface.co/sm54/QwQ-DeepSeek-R1-SkyT1-Flash-Lightest-32B)
15
  using mlx-lm version **0.22.2**.
16
 
 
 
 
 
 
 
17
  ## Use with mlx
18
 
19
  ```bash
 
14
  converted to MLX format from [sm54/QwQ-DeepSeek-R1-SkyT1-Flash-Lightest-32B](https://huggingface.co/sm54/QwQ-DeepSeek-R1-SkyT1-Flash-Lightest-32B)
15
  using mlx-lm version **0.22.2**.
16
 
17
+ ## GGUF conversion MLX
18
+ ```bash
19
+ pip install mlx mlx-lm
20
+ mlx_lm.convert --hf-path sm54/QwQ-DeepSeek-R1-SkyT1-Flash-Lightest-32B -q --q-bits 8 --upload-repo litmudoc/QwQ-DeepSeek-R1-SkyT1-Flash-Lightest-MLX-Q8
21
+ ```
22
+
23
  ## Use with mlx
24
 
25
  ```bash