Skip to content

Commit

Permalink
revert config_path
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshipon committed Feb 5, 2025
1 parent a259423 commit 1779c9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aiaccel/torch/apps/train.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def main() -> None:
# load config
config = oc.merge(
{
"aiaccel_config_path": str(Path(__file__).parent / "config"),
"base_config_path": str(Path(__file__).parent / "config"),
},
vars(args),
load_config(args.config),
Expand Down

0 comments on commit 1779c9b

Please sign in to comment.