Skip to content

Commit

Permalink
SOF-7194: fix typo in template name
Browse files Browse the repository at this point in the history
  • Loading branch information
pranabdas committed Jan 6, 2024
1 parent fea0e32 commit e0277c7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions executables/deepmd/dp_prepare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ monitors:
results: []
flavors:
qe_cp_to_deepmd:
isDefault: true
input:
- name: qe_cp_to_deepmd.py
results: []
Expand Down
4 changes: 2 additions & 2 deletions executables/deepmd/dp_train.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ results: []
flavors:
dp_train_se_e2_r:
input:
- name: dp_train_se_e2_r.josn
- name: dp_train_se_e2_r.json
results: []
monitors:
- standard_output
applicationName: deepmd
executableName: dp_train # dp train dp_train_se_e2_r.josn && dp freeze -o graph.pb
executableName: dp_train # dp train dp_train_se_e2_r.json && dp freeze -o graph.pb
Loading

0 comments on commit e0277c7

Please sign in to comment.