cwendel commited on
Commit
24356e1
·
verified ·
1 Parent(s): 6d99bf1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -20,7 +20,7 @@ library_name: transformers
20
 
21
  # cwendel/phi4_mlx_q
22
 
23
- The Model [cwendel/phi4_mlx_q](https://huggingface.co/cwendel/phi4_mlx_q) 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,7 +31,7 @@ pip install mlx-lm
31
  ```python
32
  from mlx_lm import load, generate
33
 
34
- model, tokenizer = load("cwendel/phi4_mlx_q")
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