AlejandroOlmedo commited on
Commit
20e7301
·
verified ·
1 Parent(s): 0e81e1a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -32,13 +32,13 @@ model-index:
32
  ## Other Types:
33
  | Link | Type | Size| Notes |
34
  |-------|-----------|-----------|-----------|
35
- | [MLX] (https://huggingface.co/Alejandroolmedo/OpenThinker-32B-8bit-mlx) | 8-bit | 34.80 GB | **Best Quality** |
36
- | [MLX] (https://huggingface.co/Alejandroolmedo/OpenThinker-32B-4bit-mlx) | 4-bit | 18.40 GB | Good Quality|
37
 
38
 
39
- # Alejandroolmedo/OpenThinker-32B-8bit-mlx
40
 
41
- The Model [Alejandroolmedo/OpenThinker-32B-8bit-mlx](https://huggingface.co/Alejandroolmedo/OpenThinker-32B-8bit-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**.
42
 
43
  ## Use with mlx
44
 
@@ -49,7 +49,7 @@ pip install mlx-lm
49
  ```python
50
  from mlx_lm import load, generate
51
 
52
- model, tokenizer = load("Alejandroolmedo/OpenThinker-32B-8bit-mlx")
53
 
54
  prompt="hello"
55
 
 
32
  ## Other Types:
33
  | Link | Type | Size| Notes |
34
  |-------|-----------|-----------|-----------|
35
+ | [MLX] (https://huggingface.co/AlejandroOlmedo/OpenThinker-32B-8bit-mlx) | 8-bit | 34.80 GB | **Best Quality** |
36
+ | [MLX] (https://huggingface.co/AlejandroOlmedo/OpenThinker-32B-4bit-mlx) | 4-bit | 18.40 GB | Good Quality|
37
 
38
 
39
+ # AlejandroOlmedo/OpenThinker-32B-8bit-mlx
40
 
41
+ The Model [AlejandroOlmedo/OpenThinker-32B-8bit-mlx](https://huggingface.co/AlejandroOlmedo/OpenThinker-32B-8bit-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**.
42
 
43
  ## Use with mlx
44
 
 
49
  ```python
50
  from mlx_lm import load, generate
51
 
52
+ model, tokenizer = load("AlejandroOlmedo/OpenThinker-32B-8bit-mlx")
53
 
54
  prompt="hello"
55