Felladrin commited on
Commit
1173359
·
verified ·
1 Parent(s): 7caf3ee

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -9,9 +9,9 @@ tags:
9
  - mlx-my-repo
10
  ---
11
 
12
- # Felladrin/Phi-Line_14B-Q4-mlx
13
 
14
- The Model [Felladrin/Phi-Line_14B-Q4-mlx](https://huggingface.co/Felladrin/Phi-Line_14B-Q4-mlx) was converted to MLX format from [SicariusSicariiStuff/Phi-Line_14B](https://huggingface.co/SicariusSicariiStuff/Phi-Line_14B) using mlx-lm version **0.20.5**.
15
 
16
  ## Use with mlx
17
 
@@ -22,7 +22,7 @@ pip install mlx-lm
22
  ```python
23
  from mlx_lm import load, generate
24
 
25
- model, tokenizer = load("Felladrin/Phi-Line_14B-Q4-mlx")
26
 
27
  prompt="hello"
28
 
 
9
  - mlx-my-repo
10
  ---
11
 
12
+ # mlx-community/Phi-Line_14B-4bit
13
 
14
+ The Model [mlx-community/Phi-Line_14B-4bit](https://huggingface.co/mlx-community/Phi-Line_14B-4bit) was converted to MLX format from [SicariusSicariiStuff/Phi-Line_14B](https://huggingface.co/SicariusSicariiStuff/Phi-Line_14B) using mlx-lm version **0.20.5**.
15
 
16
  ## Use with mlx
17
 
 
22
  ```python
23
  from mlx_lm import load, generate
24
 
25
+ model, tokenizer = load("mlx-community/Phi-Line_14B-4bit")
26
 
27
  prompt="hello"
28