abalogh commited on
Commit
aac8fe6
·
verified ·
1 Parent(s): 4a09c2c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -8,9 +8,9 @@ tags:
8
  - mlx
9
  ---
10
 
11
- # abalogh/Qwen3-235B-A22B-3bit
12
 
13
- This model [abalogh/Qwen3-235B-A22B-3bit](https://huggingface.co/abalogh/Qwen3-235B-A22B-3bit) was
14
  converted to MLX format from [Qwen/Qwen3-235B-A22B](https://huggingface.co/Qwen/Qwen3-235B-A22B)
15
  using mlx-lm version **0.24.0**.
16
 
@@ -23,7 +23,7 @@ pip install mlx-lm
23
  ```python
24
  from mlx_lm import load, generate
25
 
26
- model, tokenizer = load("abalogh/Qwen3-235B-A22B-3bit")
27
 
28
  prompt = "hello"
29
 
 
8
  - mlx
9
  ---
10
 
11
+ # mlx-community/Qwen3-235B-A22B-3bit
12
 
13
+ This model [mlx-community/Qwen3-235B-A22B-3bit](https://huggingface.co/mlx-community/Qwen3-235B-A22B-3bit) was
14
  converted to MLX format from [Qwen/Qwen3-235B-A22B](https://huggingface.co/Qwen/Qwen3-235B-A22B)
15
  using mlx-lm version **0.24.0**.
16
 
 
23
  ```python
24
  from mlx_lm import load, generate
25
 
26
+ model, tokenizer = load("mlx-community/Qwen3-235B-A22B-3bit")
27
 
28
  prompt = "hello"
29