Update README.md
Browse files
README.md
CHANGED
@@ -32,13 +32,13 @@ model-index:
|
|
32 |
## Other Types:
|
33 |
| Link | Type | Size| Notes |
|
34 |
|-------|-----------|-----------|-----------|
|
35 |
-
| [MLX] (https://huggingface.co/
|
36 |
-
| [MLX] (https://huggingface.co/
|
37 |
|
38 |
|
39 |
-
#
|
40 |
|
41 |
-
The Model [
|
42 |
|
43 |
## Use with mlx
|
44 |
|
@@ -49,7 +49,7 @@ pip install mlx-lm
|
|
49 |
```python
|
50 |
from mlx_lm import load, generate
|
51 |
|
52 |
-
model, tokenizer = load("
|
53 |
|
54 |
prompt="hello"
|
55 |
|
|
|
32 |
## Other Types:
|
33 |
| Link | Type | Size| Notes |
|
34 |
|-------|-----------|-----------|-----------|
|
35 |
+
| [MLX] (https://huggingface.co/AlejandroOlmedo/OpenThinker-32B-8bit-mlx) | 8-bit | 34.80 GB | **Best Quality** |
|
36 |
+
| [MLX] (https://huggingface.co/AlejandroOlmedo/OpenThinker-32B-4bit-mlx) | 4-bit | 18.40 GB | Good Quality|
|
37 |
|
38 |
|
39 |
+
# AlejandroOlmedo/OpenThinker-32B-8bit-mlx
|
40 |
|
41 |
+
The Model [AlejandroOlmedo/OpenThinker-32B-8bit-mlx](https://huggingface.co/AlejandroOlmedo/OpenThinker-32B-8bit-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**.
|
42 |
|
43 |
## Use with mlx
|
44 |
|
|
|
49 |
```python
|
50 |
from mlx_lm import load, generate
|
51 |
|
52 |
+
model, tokenizer = load("AlejandroOlmedo/OpenThinker-32B-8bit-mlx")
|
53 |
|
54 |
prompt="hello"
|
55 |
|