Spaces:
Runtime error
Runtime error
da03
commited on
Commit
·
5ca8086
1
Parent(s):
1a5d2e7
main.py
CHANGED
@@ -142,7 +142,7 @@ def draw_trace(image: np.ndarray, previous_actions: List[Tuple[str, List[int]]],
|
|
142 |
|
143 |
# Initialize the model at the start of your application
|
144 |
#model = initialize_model("config_csllm.yaml", "yuntian-deng/computer-model")
|
145 |
-
model = initialize_model("
|
146 |
|
147 |
device = torch.device('cuda' if torch.cuda.is_available() else 'cpu')
|
148 |
model = model.to(device)
|
|
|
142 |
|
143 |
# Initialize the model at the start of your application
|
144 |
#model = initialize_model("config_csllm.yaml", "yuntian-deng/computer-model")
|
145 |
+
model = initialize_model("standard_challenging_context32_nocond_all.yaml", "yuntian-deng/computer-model")
|
146 |
|
147 |
device = torch.device('cuda' if torch.cuda.is_available() else 'cpu')
|
148 |
model = model.to(device)
|