Update README.md
Browse files
README.md
CHANGED
@@ -8,9 +8,9 @@ tags:
|
|
8 |
pipeline_tag: text-generation
|
9 |
---
|
10 |
|
11 |
-
#
|
12 |
|
13 |
-
This model [
|
14 |
converted to MLX format from [YOYO-AI/QwQ-coder-32B](https://huggingface.co/YOYO-AI/QwQ-coder-32B)
|
15 |
using mlx-lm version **0.22.1**.
|
16 |
|
@@ -23,7 +23,7 @@ pip install mlx-lm
|
|
23 |
```python
|
24 |
from mlx_lm import load, generate
|
25 |
|
26 |
-
model, tokenizer = load("
|
27 |
|
28 |
prompt = "hello"
|
29 |
|
|
|
8 |
pipeline_tag: text-generation
|
9 |
---
|
10 |
|
11 |
+
# mlx-community/QwQ-coder-32B-4bit
|
12 |
|
13 |
+
This model [mlx-community/QwQ-coder-32B-4bit](https://huggingface.co/mlx-community/QwQ-coder-32B-4bit) was
|
14 |
converted to MLX format from [YOYO-AI/QwQ-coder-32B](https://huggingface.co/YOYO-AI/QwQ-coder-32B)
|
15 |
using mlx-lm version **0.22.1**.
|
16 |
|
|
|
23 |
```python
|
24 |
from mlx_lm import load, generate
|
25 |
|
26 |
+
model, tokenizer = load("mlx-community/QwQ-coder-32B-4bit")
|
27 |
|
28 |
prompt = "hello"
|
29 |
|