Update README.md
Browse files
README.md
CHANGED
@@ -12,9 +12,9 @@ tags:
|
|
12 |
- mlx
|
13 |
---
|
14 |
|
15 |
-
# bobig/Qwen2.5-14B-Instruct-1M-
|
16 |
|
17 |
-
The Model [bobig/Qwen2.5-14B-Instruct-1M-
|
18 |
converted to MLX format from [unsloth/Qwen2.5-14B-Instruct-1M](https://huggingface.co/unsloth/Qwen2.5-14B-Instruct-1M)
|
19 |
using mlx-lm version **0.21.4**.
|
20 |
|
@@ -27,7 +27,7 @@ pip install mlx-lm
|
|
27 |
```python
|
28 |
from mlx_lm import load, generate
|
29 |
|
30 |
-
model, tokenizer = load("bobig/Qwen2.5-14B-Instruct-1M-
|
31 |
|
32 |
prompt = "hello"
|
33 |
|
|
|
12 |
- mlx
|
13 |
---
|
14 |
|
15 |
+
# bobig/Qwen2.5-14B-Instruct-1M-Q4
|
16 |
|
17 |
+
The Model [bobig/Qwen2.5-14B-Instruct-1M-Q4](https://huggingface.co/bobig/Qwen2.5-14B-Instruct-1M-Q4) was
|
18 |
converted to MLX format from [unsloth/Qwen2.5-14B-Instruct-1M](https://huggingface.co/unsloth/Qwen2.5-14B-Instruct-1M)
|
19 |
using mlx-lm version **0.21.4**.
|
20 |
|
|
|
27 |
```python
|
28 |
from mlx_lm import load, generate
|
29 |
|
30 |
+
model, tokenizer = load("bobig/Qwen2.5-14B-Instruct-1M-Q4")
|
31 |
|
32 |
prompt = "hello"
|
33 |
|