Felladrin commited on
Commit
502c21d
·
verified ·
1 Parent(s): 49ba552

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -25,9 +25,9 @@ widget:
25
  library_name: transformers
26
  ---
27
 
28
- # Felladrin/Phi-4-reasoning-plus-mlx-6Bit
29
 
30
- The Model [Felladrin/Phi-4-reasoning-plus-mlx-6Bit](https://huggingface.co/Felladrin/Phi-4-reasoning-plus-mlx-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,7 +38,7 @@ pip install mlx-lm
38
  ```python
39
  from mlx_lm import load, generate
40
 
41
- model, tokenizer = load("Felladrin/Phi-4-reasoning-plus-mlx-6Bit")
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