Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -135,6 +135,7 @@ if torch.cuda.is_available():
|
|
| 135 |
model_id = "AlexHung29629/add_vision_3"
|
| 136 |
model_id = "AlexHung29629/Draft1"
|
| 137 |
model_id = "AlexHung29629/tir_grpo"
|
|
|
|
| 138 |
model = AutoModelForCausalLM.from_pretrained(model_id, torch_dtype=torch.bfloat16, device_map="auto")
|
| 139 |
tokenizer = AutoTokenizer.from_pretrained(model_id)
|
| 140 |
|
|
|
|
| 135 |
model_id = "AlexHung29629/add_vision_3"
|
| 136 |
model_id = "AlexHung29629/Draft1"
|
| 137 |
model_id = "AlexHung29629/tir_grpo"
|
| 138 |
+
model_id = "AlexHung29629/my_checkpoint_1"
|
| 139 |
model = AutoModelForCausalLM.from_pretrained(model_id, torch_dtype=torch.bfloat16, device_map="auto")
|
| 140 |
tokenizer = AutoTokenizer.from_pretrained(model_id)
|
| 141 |
|