Update README.md
Browse files
README.md
CHANGED
|
@@ -11,9 +11,9 @@ tags:
|
|
| 11 |
- mlx
|
| 12 |
---
|
| 13 |
|
| 14 |
-
#
|
| 15 |
|
| 16 |
-
The Model [
|
| 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("
|
| 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 |
|