AlejandroOlmedo commited on
Commit
11fd884
·
verified ·
1 Parent(s): a24c741

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -26,7 +26,7 @@ tags:
26
 
27
  I simply converted it to MLX format with a quantization of 8-bits for better performance on Apple Silicon Macs (M1,M2,M3,M4 Chips).
28
 
29
- # Alejandroolmedo/DeepScaleR-1.5B-Preview-Q8-mlx
30
 
31
  The Model [Alejandroolmedo/DeepScaleR-1.5B-Preview-8bit-mlx](https://huggingface.co/Alejandroolmedo/DeepScaleR-1.5B-Preview-8bit-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
 
@@ -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-Q8-mlx")
43
 
44
  prompt="hello"
45
 
 
26
 
27
  I simply converted it to MLX format with a quantization of 8-bits for better performance on Apple Silicon Macs (M1,M2,M3,M4 Chips).
28
 
29
+ # Alejandroolmedo/DeepScaleR-1.5B-Preview-8bit-mlx
30
 
31
  The Model [Alejandroolmedo/DeepScaleR-1.5B-Preview-8bit-mlx](https://huggingface.co/Alejandroolmedo/DeepScaleR-1.5B-Preview-8bit-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
 
 
39
  ```python
40
  from mlx_lm import load, generate
41
 
42
+ model, tokenizer = load("Alejandroolmedo/DeepScaleR-1.5B-Preview-8bit-mlx")
43
 
44
  prompt="hello"
45