Update stage_1/model_setup.py
Browse files- 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 |
-
|
|
|
|
| 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
|