Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
albertbou92 committed May 17, 2024
1 parent f8ac0e6 commit eeb1e5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -164,4 +164,4 @@ results/
logs_*

*.DS_Store*
*gpt2_enamine_real.ckpt*
*gpt2_enamine_real.ckpt*
2 changes: 1 addition & 1 deletion scripts/pretrain/pretrain_distributed.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def print_master(msg):


@hydra.main(
config_path=str(resources.files("acegen.scripts.pretrain")),
config_path=".",
config_name="config",
version_base="1.2",
)
Expand Down

0 comments on commit eeb1e5e

Please sign in to comment.