Update README.md
Browse files
README.md
CHANGED
@@ -18,9 +18,9 @@ widget:
|
|
18 |
base_model: microsoft/Phi-4-mini-reasoning
|
19 |
---
|
20 |
|
21 |
-
# MCES10/Phi-4-mini-reasoning-mlx-fp16
|
22 |
|
23 |
-
The Model [MCES10/Phi-4-mini-reasoning-mlx-fp16](https://huggingface.co/MCES10/Phi-4-mini-reasoning-mlx-fp16) was converted to MLX format from [microsoft/Phi-4-mini-reasoning](https://huggingface.co/microsoft/Phi-4-mini-reasoning) using mlx-lm version **0.22.3**.
|
24 |
|
25 |
## Use with mlx
|
26 |
|
@@ -31,7 +31,7 @@ pip install mlx-lm
|
|
31 |
```python
|
32 |
from mlx_lm import load, generate
|
33 |
|
34 |
-
model, tokenizer = load("MCES10/Phi-4-mini-reasoning-mlx-fp16")
|
35 |
|
36 |
prompt="hello"
|
37 |
|
|
|
18 |
base_model: microsoft/Phi-4-mini-reasoning
|
19 |
---
|
20 |
|
21 |
+
# MCES10-Software/Phi-4-mini-reasoning-mlx-fp16
|
22 |
|
23 |
+
The Model [MCES10-Software/Phi-4-mini-reasoning-mlx-fp16](https://huggingface.co/MCES10-Software/Phi-4-mini-reasoning-mlx-fp16) was converted to MLX format from [microsoft/Phi-4-mini-reasoning](https://huggingface.co/microsoft/Phi-4-mini-reasoning) using mlx-lm version **0.22.3**.
|
24 |
|
25 |
## Use with mlx
|
26 |
|
|
|
31 |
```python
|
32 |
from mlx_lm import load, generate
|
33 |
|
34 |
+
model, tokenizer = load("MCES10-Software/Phi-4-mini-reasoning-mlx-fp16")
|
35 |
|
36 |
prompt="hello"
|
37 |
|