Spaces:
Runtime error
Runtime error
Commit
·
3dc3e19
1
Parent(s):
e531498
Update main.py
Browse files
main.py
CHANGED
@@ -108,7 +108,7 @@ def draw_trace(image: np.ndarray, previous_actions: List[Tuple[str, List[int]]],
|
|
108 |
|
109 |
# Initialize the model at the start of your application
|
110 |
#model = initialize_model("config_csllm.yaml", "yuntian-deng/computer-model")
|
111 |
-
model = initialize_model("
|
112 |
|
113 |
device = torch.device('cuda' if torch.cuda.is_available() else 'cpu')
|
114 |
model = model.to(device)
|
|
|
108 |
|
109 |
# Initialize the model at the start of your application
|
110 |
#model = initialize_model("config_csllm.yaml", "yuntian-deng/computer-model")
|
111 |
+
model = initialize_model("2e5_debug_gpt_firstframe_posmap_longtrainh200.yaml", "yuntian-deng/computer-model")
|
112 |
|
113 |
device = torch.device('cuda' if torch.cuda.is_available() else 'cpu')
|
114 |
model = model.to(device)
|