Skip to content

Commit e2af938

Browse files
Update dpgen/generator/run.py
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> Signed-off-by: Jinzhe Zeng <jinzhe.zeng@rutgers.edu>
1 parent 10b9399 commit e2af938

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dpgen/generator/run.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -767,7 +767,7 @@ def run_train_dp(iter_index, jdata, mdata):
767767
if suffix == ".pth":
768768
train_command += " --pt"
769769
elif suffix == ".savedmodel":
770-
train_command += "--jax"
770+
train_command += " --jax"
771771

772772
# paths
773773
iter_name = make_iter_name(iter_index)

0 commit comments

Comments
 (0)