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