Update README.md
Browse files
README.md
CHANGED
@@ -18,9 +18,9 @@ tags:
|
|
18 |
- mlx-my-repo
|
19 |
---
|
20 |
|
21 |
-
#
|
22 |
|
23 |
-
The Model [
|
24 |
|
25 |
## Use with mlx
|
26 |
|
@@ -31,7 +31,7 @@ pip install mlx-lm
|
|
31 |
```python
|
32 |
from mlx_lm import load, generate
|
33 |
|
34 |
-
model, tokenizer = load("
|
35 |
|
36 |
prompt="hello"
|
37 |
|
|
|
18 |
- mlx-my-repo
|
19 |
---
|
20 |
|
21 |
+
# mlx-community/Qwen2.5-Coder-32B-Instruct-abliterated-4bit
|
22 |
|
23 |
+
The Model [mlx-community/Qwen2.5-Coder-32B-Instruct-abliterated-4bit](https://huggingface.co/mlx-community/Qwen2.5-Coder-32B-Instruct-abliterated-4bit) was converted to MLX format from [huihui-ai/Qwen2.5-Coder-32B-Instruct-abliterated](https://huggingface.co/huihui-ai/Qwen2.5-Coder-32B-Instruct-abliterated) using mlx-lm version **0.20.5**.
|
24 |
|
25 |
## Use with mlx
|
26 |
|
|
|
31 |
```python
|
32 |
from mlx_lm import load, generate
|
33 |
|
34 |
+
model, tokenizer = load("mlx-community/Qwen2.5-Coder-32B-Instruct-abliterated-4bit")
|
35 |
|
36 |
prompt="hello"
|
37 |
|