Update README.md
Browse files
README.md
CHANGED
@@ -17,7 +17,7 @@ model-index:
|
|
17 |
|
18 |
# Alejandroolmedo/OpenThinker-32B-Q4-mlx
|
19 |
|
20 |
-
The Model [Alejandroolmedo/OpenThinker-32B-
|
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("Alejandroolmedo/OpenThinker-32B-
|
32 |
|
33 |
prompt="hello"
|
34 |
|
|
|
17 |
|
18 |
# Alejandroolmedo/OpenThinker-32B-Q4-mlx
|
19 |
|
20 |
+
The Model [Alejandroolmedo/OpenThinker-32B-4bit-mlx](https://huggingface.co/Alejandroolmedo/OpenThinker-32B-4bit-mlx) was converted to MLX format from [open-thoughts/OpenThinker-32B](https://huggingface.co/open-thoughts/OpenThinker-32B) using mlx-lm version **0.20.5**.
|
21 |
|
22 |
## Use with mlx
|
23 |
|
|
|
28 |
```python
|
29 |
from mlx_lm import load, generate
|
30 |
|
31 |
+
model, tokenizer = load("Alejandroolmedo/OpenThinker-32B-4bit-mlx")
|
32 |
|
33 |
prompt="hello"
|
34 |
|