Update README.md
Browse files
README.md
CHANGED
@@ -5,9 +5,9 @@ tags:
|
|
5 |
- mlx
|
6 |
---
|
7 |
|
8 |
-
# beezu/Anubis-Pro-105B-v1-
|
9 |
|
10 |
-
The Model [beezu/Anubis-Pro-105B-v1-
|
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-
|
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 |
|