austinbv commited on
Commit
cdcd6a9
·
verified ·
1 Parent(s): 535ffc7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -9,9 +9,9 @@ tags:
9
  - mlx
10
  ---
11
 
12
- # mlx-community/simplescaling-s1-32B-f32
13
 
14
- The Model [mlx-community/simplescaling-s1-32B-f32](https://huggingface.co/mlx-community/simplescaling-s1-32B-f32) 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,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-f32")
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