Felladrin commited on
Commit
0a4d02b
·
verified ·
1 Parent(s): 1ae6bd2

Update README.md

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