abalogh commited on
Commit
9e23967
·
verified ·
1 Parent(s): 653714f

Update README.md

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