Skip to content

Commit 789cd07

Browse files
committed
Don't rerun Chai-1 inference
1 parent f598865 commit 789cd07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

posebench/models/chai_inference.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ def main(cfg: DictConfig):
7777
break
7878
if (
7979
cfg.skip_existing
80-
and os.path.exists(os.path.join(cfg.output_dir, item, f"{item}.pdb"))
80+
and os.path.exists(os.path.join(cfg.output_dir, item, "pred.model_idx_0.pdb"))
8181
and not os.path.exists(os.path.join(cfg.output_dir, item, "error_log.txt"))
8282
):
8383
logger.info(f"Skipping inference for `{item}` as output directory already exists.")

0 commit comments

Comments
 (0)