Skip to content

Commit f608d8f

Browse files
try rerunning failed job
1 parent b6da85b commit f608d8f

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

scripts/cluster_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ def get_cmds_to_prep_repo(branch: str) -> List[str]:
152152
f"git checkout {branch}",
153153
"git pull",
154154
# Remove old results.
155-
f"rm -rf {old_dir_pattern}",
155+
# f"rm -rf {old_dir_pattern}",
156156
"mkdir -p logs",
157157
]
158158

scripts/configs/pred_invention_vlm.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,6 @@ FLAGS:
259259
vlm_model_name: gpt-4o
260260
num_test_tasks: 10
261261
# save_eval_trajs: False
262-
START_SEED: 0
263-
NUM_SEEDS: 5
262+
START_SEED: 1
263+
NUM_SEEDS: 1
264264
...

0 commit comments

Comments
 (0)