Update README.md
Browse files
README.md
CHANGED
@@ -28,7 +28,7 @@ I simply converted it to MLX format with a quantization of 6-bits for better per
|
|
28 |
|
29 |
# Alejandroolmedo/DeepScaleR-1.5B-Preview-Q6-mlx
|
30 |
|
31 |
-
The Model [Alejandroolmedo/DeepScaleR-1.5B-Preview-
|
32 |
|
33 |
## Use with mlx
|
34 |
|
@@ -39,7 +39,7 @@ pip install mlx-lm
|
|
39 |
```python
|
40 |
from mlx_lm import load, generate
|
41 |
|
42 |
-
model, tokenizer = load("Alejandroolmedo/DeepScaleR-1.5B-Preview-
|
43 |
|
44 |
prompt="hello"
|
45 |
|
|
|
28 |
|
29 |
# Alejandroolmedo/DeepScaleR-1.5B-Preview-Q6-mlx
|
30 |
|
31 |
+
The Model [Alejandroolmedo/DeepScaleR-1.5B-Preview-6bit-mlx](https://huggingface.co/Alejandroolmedo/DeepScaleR-1.5B-Preview-6bit-mlx) was converted to MLX format from [agentica-org/DeepScaleR-1.5B-Preview](https://huggingface.co/agentica-org/DeepScaleR-1.5B-Preview) using mlx-lm version **0.20.5**.
|
32 |
|
33 |
## Use with mlx
|
34 |
|
|
|
39 |
```python
|
40 |
from mlx_lm import load, generate
|
41 |
|
42 |
+
model, tokenizer = load("Alejandroolmedo/DeepScaleR-1.5B-Preview-6bit-mlx")
|
43 |
|
44 |
prompt="hello"
|
45 |
|