abalogh commited on
Commit
b47b02e
·
verified ·
1 Parent(s): 0ed164a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -13,9 +13,9 @@ tags:
13
  library_name: mlx
14
  ---
15
 
16
- # abalogh/openhands-lm-32b-v0.1-4bit
17
 
18
- This model [abalogh/openhands-lm-32b-v0.1-4bit](https://huggingface.co/abalogh/openhands-lm-32b-v0.1-4bit) was
19
  converted to MLX format from [all-hands/openhands-lm-32b-v0.1](https://huggingface.co/all-hands/openhands-lm-32b-v0.1)
20
  using mlx-lm version **0.22.2**.
21
 
@@ -28,7 +28,7 @@ pip install mlx-lm
28
  ```python
29
  from mlx_lm import load, generate
30
 
31
- model, tokenizer = load("abalogh/openhands-lm-32b-v0.1-4bit")
32
 
33
  prompt = "hello"
34
 
 
13
  library_name: mlx
14
  ---
15
 
16
+ # mlx-community/openhands-lm-32b-v0.1-4bit
17
 
18
+ This model [mlx-community/openhands-lm-32b-v0.1-4bit](https://huggingface.co/mlx-community/openhands-lm-32b-v0.1-4bit) was
19
  converted to MLX format from [all-hands/openhands-lm-32b-v0.1](https://huggingface.co/all-hands/openhands-lm-32b-v0.1)
20
  using mlx-lm version **0.22.2**.
21
 
 
28
  ```python
29
  from mlx_lm import load, generate
30
 
31
+ model, tokenizer = load("mlx-community/openhands-lm-32b-v0.1-4bit")
32
 
33
  prompt = "hello"
34