Skip to content

Commit

Permalink
SOF-7194: update model tree for deepmd
Browse files Browse the repository at this point in the history
  • Loading branch information
pranabdas committed Jan 6, 2024
1 parent e7ca0b3 commit a6e670b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/tree.js
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,10 @@ const MODELS_TREE_CONFIGS_BY_APPLICATION_NAME_VERSION = [
name: "nwchem",
tree: NWCHEM_MODELS_TREE,
},
{
name: "deepmd",
tree: UNKNOWN_MODELS_TREE,
},
];

export const getTreeByApplicationNameAndVersion = ({
Expand Down

0 comments on commit a6e670b

Please sign in to comment.