beezu commited on
Commit
d01029b
·
verified ·
1 Parent(s): 30ac511

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -5,9 +5,9 @@ tags:
5
  - mlx
6
  ---
7
 
8
- # beezu/Anubis-Pro-105B-v1-Q3-mlx
9
 
10
- The Model [beezu/Anubis-Pro-105B-v1-Q3-mlx](https://huggingface.co/beezu/Anubis-Pro-105B-v1-Q3-mlx) was converted to MLX format from [TheDrummer/Anubis-Pro-105B-v1](https://huggingface.co/TheDrummer/Anubis-Pro-105B-v1) using mlx-lm version **0.20.5**.
11
 
12
  ## Use with mlx
13
 
@@ -18,7 +18,7 @@ pip install mlx-lm
18
  ```python
19
  from mlx_lm import load, generate
20
 
21
- model, tokenizer = load("beezu/Anubis-Pro-105B-v1-Q3-mlx")
22
 
23
  prompt="hello"
24
 
 
5
  - mlx
6
  ---
7
 
8
+ # beezu/Anubis-Pro-105B-v1-MLX-3Bit
9
 
10
+ The Model [beezu/Anubis-Pro-105B-v1-MLX-3Bit](https://huggingface.co/beezu/Anubis-Pro-105B-v1-MLX-3Bit) was converted to MLX format from [TheDrummer/Anubis-Pro-105B-v1](https://huggingface.co/TheDrummer/Anubis-Pro-105B-v1) using mlx-lm version **0.20.5**.
11
 
12
  ## Use with mlx
13
 
 
18
  ```python
19
  from mlx_lm import load, generate
20
 
21
+ model, tokenizer = load("beezu/Anubis-Pro-105B-v1-MLX-3Bit")
22
 
23
  prompt="hello"
24