Update README.md
Browse files
README.md
CHANGED
|
@@ -20,7 +20,7 @@ library_name: transformers
|
|
| 20 |
|
| 21 |
# cwendel/phi4_mlx_q
|
| 22 |
|
| 23 |
-
The Model [cwendel/
|
| 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("cwendel/
|
| 35 |
|
| 36 |
prompt="hello"
|
| 37 |
|
|
|
|
| 20 |
|
| 21 |
# cwendel/phi4_mlx_q
|
| 22 |
|
| 23 |
+
The Model [cwendel/Unsloth-phi4-mlx-4bit](https://huggingface.co/cwendel/Unsloth-phi4-mlx-4bit) was converted to MLX format from [unsloth/phi-4](https://huggingface.co/unsloth/phi-4) using mlx-lm version **0.19.3**.
|
| 24 |
|
| 25 |
## Use with mlx
|
| 26 |
|
|
|
|
| 31 |
```python
|
| 32 |
from mlx_lm import load, generate
|
| 33 |
|
| 34 |
+
model, tokenizer = load("cwendel/Unsloth-phi4-mlx-4bit")
|
| 35 |
|
| 36 |
prompt="hello"
|
| 37 |
|