beezu commited on
Commit
7b2d8a0
·
verified ·
1 Parent(s): 6c3d46c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -5,9 +5,9 @@ tags:
5
  base_model: TheDrummer/Anubis-Pro-105B-v1
6
  ---
7
 
8
- # beezu/Anubis-Pro-105B-v1-Q6-mlx
9
 
10
- The Model [beezu/Anubis-Pro-105B-v1-Q6-mlx](https://huggingface.co/beezu/Anubis-Pro-105B-v1-Q6-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-Q6-mlx")
22
 
23
  prompt="hello"
24
 
 
5
  base_model: TheDrummer/Anubis-Pro-105B-v1
6
  ---
7
 
8
+ # beezu/Anubis-Pro-105B-v1-MLX-6Bit
9
 
10
+ The Model [beezu/Anubis-Pro-105B-v1-MLX-6Bit](https://huggingface.co/beezu/Anubis-Pro-105B-v1-MLX-6Bit) 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-6Bit")
22
 
23
  prompt="hello"
24