AlejandroOlmedo commited on
Commit
6316bb8
·
verified ·
1 Parent(s): 68fe739

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -17,7 +17,7 @@ model-index:
17
 
18
  # Alejandroolmedo/OpenThinker-32B-Q4-mlx
19
 
20
- The Model [Alejandroolmedo/OpenThinker-32B-Q4-mlx](https://huggingface.co/Alejandroolmedo/OpenThinker-32B-Q4-mlx) was converted to MLX format from [open-thoughts/OpenThinker-32B](https://huggingface.co/open-thoughts/OpenThinker-32B) using mlx-lm version **0.20.5**.
21
 
22
  ## Use with mlx
23
 
@@ -28,7 +28,7 @@ pip install mlx-lm
28
  ```python
29
  from mlx_lm import load, generate
30
 
31
- model, tokenizer = load("Alejandroolmedo/OpenThinker-32B-Q4-mlx")
32
 
33
  prompt="hello"
34
 
 
17
 
18
  # Alejandroolmedo/OpenThinker-32B-Q4-mlx
19
 
20
+ The Model [Alejandroolmedo/OpenThinker-32B-4bit-mlx](https://huggingface.co/Alejandroolmedo/OpenThinker-32B-4bit-mlx) was converted to MLX format from [open-thoughts/OpenThinker-32B](https://huggingface.co/open-thoughts/OpenThinker-32B) using mlx-lm version **0.20.5**.
21
 
22
  ## Use with mlx
23
 
 
28
  ```python
29
  from mlx_lm import load, generate
30
 
31
+ model, tokenizer = load("Alejandroolmedo/OpenThinker-32B-4bit-mlx")
32
 
33
  prompt="hello"
34