prithivMLmods commited on
Commit
0e40014
·
verified ·
1 Parent(s): 17f9558

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = "prithivMLmods/Qwen3-VL-30B-A3B-Instruct-abliterated"
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,