Felladrin commited on
Commit
9c759ba
·
verified ·
1 Parent(s): ec4b5f2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -11,9 +11,9 @@ tags:
11
  - mlx
12
  ---
13
 
14
- # Felladrin/SmallThinker-3B-Preview-Q6-mlx
15
 
16
- The Model [Felladrin/SmallThinker-3B-Preview-Q6-mlx](https://huggingface.co/Felladrin/SmallThinker-3B-Preview-Q6-mlx) was converted to MLX format from [PowerInfer/SmallThinker-3B-Preview](https://huggingface.co/PowerInfer/SmallThinker-3B-Preview) using mlx-lm version **0.20.5**.
17
 
18
  ## Use with mlx
19
 
@@ -24,7 +24,7 @@ pip install mlx-lm
24
  ```python
25
  from mlx_lm import load, generate
26
 
27
- model, tokenizer = load("Felladrin/SmallThinker-3B-Preview-Q6-mlx")
28
 
29
  prompt="hello"
30
 
 
11
  - mlx
12
  ---
13
 
14
+ # mlx-community/SmallThinker-3B-Preview-6bit
15
 
16
+ The Model [mlx-community/SmallThinker-3B-Preview-6bit](https://huggingface.co/mlx-community/SmallThinker-3B-Preview-6bit) was converted to MLX format from [PowerInfer/SmallThinker-3B-Preview](https://huggingface.co/PowerInfer/SmallThinker-3B-Preview) using mlx-lm version **0.20.5**.
17
 
18
  ## Use with mlx
19
 
 
24
  ```python
25
  from mlx_lm import load, generate
26
 
27
+ model, tokenizer = load("mlx-community/SmallThinker-3B-Preview-6bit")
28
 
29
  prompt="hello"
30