sudo-0x2a commited on
Commit
7ea446a
·
1 Parent(s): 4952845

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -10,7 +10,7 @@ tags:
10
 
11
  # mlx-community/Qwen3-14B-4bit-AWQ
12
 
13
- This model [mlx-community/Qwen3-14B-AWQ-MLX](https://huggingface.co/mlx-community/Qwen3-14B-AWQ-MLX) was
14
  converted to MLX format from [Qwen/Qwen3-14B](https://huggingface.co/Qwen/Qwen3-14B)
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("mlx-community/Qwen3-14B-AWQ-MLX")
27
 
28
  prompt = "hello"
29
 
 
10
 
11
  # mlx-community/Qwen3-14B-4bit-AWQ
12
 
13
+ This model [mlx-community/Qwen3-14B-4bit-AWQ](https://huggingface.co/mlx-community/Qwen3-14B-AWQ-MLX) was
14
  converted to MLX format from [Qwen/Qwen3-14B](https://huggingface.co/Qwen/Qwen3-14B)
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-14B-4bit-AWQ")
27
 
28
  prompt = "hello"
29