Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -9,7 +9,7 @@ tags:
|
|
9 |
---
|
10 |
# lmstudio-community/Qwen3-4B-MLX-4bit
|
11 |
|
12 |
-
This model [lmstudio-community/Qwen3-4B-4bit](https://huggingface.co/lmstudio-community/Qwen3-4B-MLX-4bit) was
|
13 |
converted to MLX format from [Qwen/Qwen3-4B](https://huggingface.co/Qwen/Qwen3-4B)
|
14 |
using mlx-lm version **0.24.0**.
|
15 |
|
@@ -22,7 +22,7 @@ pip install mlx-lm
|
|
22 |
```python
|
23 |
from mlx_lm import load, generate
|
24 |
|
25 |
-
model, tokenizer = load("lmstudio-community/Qwen3-4B-4bit")
|
26 |
|
27 |
prompt = "hello"
|
28 |
|
|
|
9 |
---
|
10 |
# lmstudio-community/Qwen3-4B-MLX-4bit
|
11 |
|
12 |
+
This model [lmstudio-community/Qwen3-4B-MLX-4bit](https://huggingface.co/lmstudio-community/Qwen3-4B-MLX-4bit) was
|
13 |
converted to MLX format from [Qwen/Qwen3-4B](https://huggingface.co/Qwen/Qwen3-4B)
|
14 |
using mlx-lm version **0.24.0**.
|
15 |
|
|
|
22 |
```python
|
23 |
from mlx_lm import load, generate
|
24 |
|
25 |
+
model, tokenizer = load("lmstudio-community/Qwen3-4B-MLX-4bit")
|
26 |
|
27 |
prompt = "hello"
|
28 |
|