Update README.md
Browse files
README.md
CHANGED
|
@@ -25,9 +25,9 @@ widget:
|
|
| 25 |
library_name: transformers
|
| 26 |
---
|
| 27 |
|
| 28 |
-
#
|
| 29 |
|
| 30 |
-
The Model [
|
| 31 |
|
| 32 |
## Use with mlx
|
| 33 |
|
|
@@ -38,7 +38,7 @@ pip install mlx-lm
|
|
| 38 |
```python
|
| 39 |
from mlx_lm import load, generate
|
| 40 |
|
| 41 |
-
model, tokenizer = load("
|
| 42 |
|
| 43 |
prompt="hello"
|
| 44 |
|
|
|
|
| 25 |
library_name: transformers
|
| 26 |
---
|
| 27 |
|
| 28 |
+
# mlx-community/Phi-4-reasoning-plus-6bit
|
| 29 |
|
| 30 |
+
The Model [mlx-community/Phi-4-reasoning-plus-6bit](https://huggingface.co/mlx-community/Phi-4-reasoning-plus-6bit) was converted to MLX format from [microsoft/Phi-4-reasoning-plus](https://huggingface.co/microsoft/Phi-4-reasoning-plus) using mlx-lm version **0.22.3**.
|
| 31 |
|
| 32 |
## Use with mlx
|
| 33 |
|
|
|
|
| 38 |
```python
|
| 39 |
from mlx_lm import load, generate
|
| 40 |
|
| 41 |
+
model, tokenizer = load("mlx-community/Phi-4-reasoning-plus-6bit")
|
| 42 |
|
| 43 |
prompt="hello"
|
| 44 |
|