Niharmahesh commited on
Commit
faa3867
·
verified ·
1 Parent(s): cad3b27

Update stage_1/model_setup.py

Browse files
Files changed (1) hide show
  1. stage_1/model_setup.py +2 -1
stage_1/model_setup.py CHANGED
@@ -23,7 +23,8 @@ config = {
23
  }
24
 
25
  # Model and Device Configuration
26
- MODEL_ID = "qwen2.5-3B-instruct-ft/latest"
 
27
  DEVICE = torch.device("cuda" if torch.cuda.is_available() else "cpu")
28
 
29
  # Image Configuration
 
23
  }
24
 
25
  # Model and Device Configuration
26
+ # Model setup
27
+ MODEL_ID = "Qwen/Qwen2.5-VL-3B-Instruct"
28
  DEVICE = torch.device("cuda" if torch.cuda.is_available() else "cpu")
29
 
30
  # Image Configuration