Update README.md
Browse files
README.md
CHANGED
@@ -14,7 +14,7 @@ tags:
|
|
14 |
|
15 |
# mlx-community/gemma3-12b-it-4bit-DWQ
|
16 |
|
17 |
-
This model [mlx-community/gemma3-12b-it-4bit-DWQ](https://huggingface.co/mlx-community/
|
18 |
converted to MLX format from [google/gemma-3-12b-it](https://huggingface.co/google/gemma-3-12b-it)
|
19 |
using mlx-lm version **0.24.0**.
|
20 |
|
@@ -27,7 +27,7 @@ pip install mlx-lm
|
|
27 |
```python
|
28 |
from mlx_lm import load, generate
|
29 |
|
30 |
-
model, tokenizer = load("mlx-community/
|
31 |
|
32 |
prompt = "hello"
|
33 |
|
|
|
14 |
|
15 |
# mlx-community/gemma3-12b-it-4bit-DWQ
|
16 |
|
17 |
+
This model [mlx-community/gemma3-12b-it-4bit-DWQ](https://huggingface.co/mlx-community/gemma-3-12b-it-4bit-DWQ) was
|
18 |
converted to MLX format from [google/gemma-3-12b-it](https://huggingface.co/google/gemma-3-12b-it)
|
19 |
using mlx-lm version **0.24.0**.
|
20 |
|
|
|
27 |
```python
|
28 |
from mlx_lm import load, generate
|
29 |
|
30 |
+
model, tokenizer = load("mlx-community/gemma-3-12b-it-4bit-DWQ")
|
31 |
|
32 |
prompt = "hello"
|
33 |
|