Update README.md
Browse files
README.md
CHANGED
@@ -9,9 +9,9 @@ tags:
|
|
9 |
- mlx
|
10 |
---
|
11 |
|
12 |
-
# mlx-community/simplescaling-s1-32B-
|
13 |
|
14 |
-
The Model [mlx-community/simplescaling-s1-32B-
|
15 |
converted to MLX format from [simplescaling/s1-32B](https://huggingface.co/simplescaling/s1-32B)
|
16 |
using mlx-lm version **0.21.1** by [Focused](https://focused.io).
|
17 |
|
@@ -26,7 +26,7 @@ pip install mlx-lm
|
|
26 |
```python
|
27 |
from mlx_lm import load, generate
|
28 |
|
29 |
-
model, tokenizer = load("mlx-community/simplescaling-s1-32B-
|
30 |
|
31 |
prompt = "hello"
|
32 |
|
|
|
9 |
- mlx
|
10 |
---
|
11 |
|
12 |
+
# mlx-community/simplescaling-s1-32B-fp16
|
13 |
|
14 |
+
The Model [mlx-community/simplescaling-s1-32B-fp16](https://huggingface.co/mlx-community/simplescaling-s1-32B-fp16) was
|
15 |
converted to MLX format from [simplescaling/s1-32B](https://huggingface.co/simplescaling/s1-32B)
|
16 |
using mlx-lm version **0.21.1** by [Focused](https://focused.io).
|
17 |
|
|
|
26 |
```python
|
27 |
from mlx_lm import load, generate
|
28 |
|
29 |
+
model, tokenizer = load("mlx-community/simplescaling-s1-32B-fp16")
|
30 |
|
31 |
prompt = "hello"
|
32 |
|