Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -167,7 +167,7 @@ if torch.cuda.is_available():
|
|
| 167 |
print("device name:", torch.cuda.get_device_name(torch.cuda.current_device()))
|
| 168 |
print("Using device:", device)
|
| 169 |
|
| 170 |
-
MODEL_ID_Q3VL = "
|
| 171 |
processor_q3vl = AutoProcessor.from_pretrained(MODEL_ID_Q3VL, trust_remote_code=True, use_fast=False)
|
| 172 |
model_q3vl = Qwen3VLMoeForConditionalGeneration.from_pretrained(
|
| 173 |
MODEL_ID_Q3VL,
|
|
|
|
| 167 |
print("device name:", torch.cuda.get_device_name(torch.cuda.current_device()))
|
| 168 |
print("Using device:", device)
|
| 169 |
|
| 170 |
+
MODEL_ID_Q3VL = "Qwen/Qwen3-VL-30B-A3B-Instruct"
|
| 171 |
processor_q3vl = AutoProcessor.from_pretrained(MODEL_ID_Q3VL, trust_remote_code=True, use_fast=False)
|
| 172 |
model_q3vl = Qwen3VLMoeForConditionalGeneration.from_pretrained(
|
| 173 |
MODEL_ID_Q3VL,
|