ankandrew commited on
Commit
6a97c01
·
1 Parent(s): cece0ec

Remove AWQ models

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -16,8 +16,6 @@ subprocess.run(
16
 
17
  # Mapping user-friendly names to HF model IDs
18
  MODEL_NAMES = {
19
- "Qwen2.5-VL-7B-Instruct-AWQ": "Qwen/Qwen2.5-VL-7B-Instruct-AWQ",
20
- "Qwen2.5-VL-3B-Instruct-AWQ": "Qwen/Qwen2.5-VL-3B-Instruct-AWQ",
21
  "Qwen2.5-VL-7B-Instruct": "Qwen/Qwen2.5-VL-7B-Instruct",
22
  "Qwen2.5-VL-3B-Instruct": "Qwen/Qwen2.5-VL-3B-Instruct",
23
  }
 
16
 
17
  # Mapping user-friendly names to HF model IDs
18
  MODEL_NAMES = {
 
 
19
  "Qwen2.5-VL-7B-Instruct": "Qwen/Qwen2.5-VL-7B-Instruct",
20
  "Qwen2.5-VL-3B-Instruct": "Qwen/Qwen2.5-VL-3B-Instruct",
21
  }