Update README.md
Browse files
README.md
CHANGED
@@ -17,7 +17,7 @@ tags:
|
|
17 |
|
18 |
# mlx-community/Qwen2.5.1-Coder-7B-Instruct-8bit
|
19 |
|
20 |
-
The Model [mlx-community/Qwen2.5.1-Coder-7B-Instruct-8bit](https://huggingface.co/
|
21 |
|
22 |
## Use with mlx
|
23 |
|
@@ -28,7 +28,7 @@ pip install mlx-lm
|
|
28 |
```python
|
29 |
from mlx_lm import load, generate
|
30 |
|
31 |
-
model, tokenizer = load("
|
32 |
|
33 |
prompt="hello"
|
34 |
|
|
|
17 |
|
18 |
# mlx-community/Qwen2.5.1-Coder-7B-Instruct-8bit
|
19 |
|
20 |
+
The Model [mlx-community/Qwen2.5.1-Coder-7B-Instruct-8bit](https://huggingface.co/mlx-community/Qwen2.5.1-Coder-7B-Instruct-8bit) was converted to MLX format from [Qwen/Qwen2.5-Coder-7B-Instruct](https://huggingface.co/Qwen/Qwen2.5-Coder-7B-Instruct) using mlx-lm version **0.19.3**.
|
21 |
|
22 |
## Use with mlx
|
23 |
|
|
|
28 |
```python
|
29 |
from mlx_lm import load, generate
|
30 |
|
31 |
+
model, tokenizer = load("mlx-community/Qwen2.5.1-Coder-7B-Instruct-8bit")
|
32 |
|
33 |
prompt="hello"
|
34 |
|