Update README.md
Browse files
README.md
CHANGED
@@ -6,7 +6,7 @@ base_model:
|
|
6 |
- deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5B
|
7 |
---
|
8 |
|
9 |
-
This model was converted to MLX format and quantized Q4, deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5B using mlx-lm version 0.4.0. Refer to the original model card for more details on the model.
|
10 |
|
11 |
Use with mlx . pip install mlx-lm . from mlx_lm import load, generate
|
12 |
|
|
|
6 |
- deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5B
|
7 |
---
|
8 |
|
9 |
+
This model was converted to MLX format and quantized Q4, from deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5B using mlx-lm version 0.4.0. Refer to the original model card for more details on the model.
|
10 |
|
11 |
Use with mlx . pip install mlx-lm . from mlx_lm import load, generate
|
12 |
|