Skip to content

Commit

Permalink
Fix small bug
Browse files Browse the repository at this point in the history
  • Loading branch information
amorehead committed Sep 24, 2024
1 parent e771a16 commit 5587d36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion posebench/models/chai_inference.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def run_chai_inference(fasta_file: str, cfg: DictConfig):
)
except Exception as e:
raise e
logger.info(f"Chai-1 inference for config input file `{cfg.inference_config_name}` complete.")
logger.info(f"Chai-1 inference for FASTA file `{fasta_file}` complete.")


@hydra.main(
Expand Down

0 comments on commit 5587d36

Please sign in to comment.