Skip to content

Commit

Permalink
use new implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
Han Wang committed Apr 9, 2024
1 parent 1285105 commit 9a0b366
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dpgen2/op/run_dp_train.py
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ def clean_before_quit():
json.dump(train_dict, fp, indent=4)

# train model
command = _make_train_command_old(
command = _make_train_command(
dp_command,
train_script_name,
impl,
Expand Down

0 comments on commit 9a0b366

Please sign in to comment.