nightmedia commited on
Commit
6678767
·
verified ·
1 Parent(s): a213101

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -1
README.md CHANGED
@@ -1,9 +1,19 @@
1
  ---
2
- {}
 
 
 
 
 
 
3
  ---
4
 
5
  # Qwen3-VL-30B-A3B-Thinking-qx64-hi-mlx
6
 
 
 
 
 
7
  ## Use with mlx
8
 
9
  ```bash
@@ -25,3 +35,4 @@ if tokenizer.chat_template is not None:
25
 
26
  response = generate(model, tokenizer, prompt=prompt, verbose=True)
27
  ```
 
 
1
  ---
2
+ library_name: mlx
3
+ license: apache-2.0
4
+ license_link: https://huggingface.co/Qwen/Qwen3-VL-30B-A3B-Thinking/blob/main/LICENSE
5
+ pipeline_tag: text-generation
6
+ tags:
7
+ - mlx
8
+ base_model: Qwen/Qwen3-VL-30B-A3B-Thinking
9
  ---
10
 
11
  # Qwen3-VL-30B-A3B-Thinking-qx64-hi-mlx
12
 
13
+ This model [Qwen3-VL-30B-A3B-Thinking-qx64-hi-mlx](https://huggingface.co/nightmedia/Qwen3-VL-30B-A3B-Thinking-qx64-hi-mlx) was
14
+ converted to MLX format from [Qwen/Qwen3-VL-30B-A3B-Thinking](https://huggingface.co/Qwen/Qwen3-VL-30B-A3B-Thinking)
15
+ using mlx-lm version **0.28.3**.
16
+
17
  ## Use with mlx
18
 
19
  ```bash
 
35
 
36
  response = generate(model, tokenizer, prompt=prompt, verbose=True)
37
  ```
38
+