Update README.md
Browse files
README.md
CHANGED
@@ -4,9 +4,9 @@ tags:
|
|
4 |
- mlx
|
5 |
---
|
6 |
|
7 |
-
#
|
8 |
|
9 |
-
The Model [
|
10 |
|
11 |
## Use with mlx
|
12 |
|
@@ -17,7 +17,7 @@ pip install mlx-lm
|
|
17 |
```python
|
18 |
from mlx_lm import load, generate
|
19 |
|
20 |
-
model, tokenizer = load("
|
21 |
|
22 |
prompt="hello"
|
23 |
|
|
|
4 |
- mlx
|
5 |
---
|
6 |
|
7 |
+
# mlx-community/FuseO1-DeepSeekR1-Qwen2.5-Coder-32B-Preview-4bit
|
8 |
|
9 |
+
The Model [mlx-community/FuseO1-DeepSeekR1-Qwen2.5-Coder-32B-Preview-4bit](https://huggingface.co/mlx-community/FuseO1-DeepSeekR1-Qwen2.5-Coder-32B-Preview-4bit) was converted to MLX format from [FuseAI/FuseO1-DeepSeekR1-Qwen2.5-Coder-32B-Preview](https://huggingface.co/FuseAI/FuseO1-DeepSeekR1-Qwen2.5-Coder-32B-Preview) using mlx-lm version **0.20.5**.
|
10 |
|
11 |
## Use with mlx
|
12 |
|
|
|
17 |
```python
|
18 |
from mlx_lm import load, generate
|
19 |
|
20 |
+
model, tokenizer = load("mlx-community/FuseO1-DeepSeekR1-Qwen2.5-Coder-32B-Preview-4bit")
|
21 |
|
22 |
prompt="hello"
|
23 |
|