Skip to content

Commit

Permalink
[#42] dev demo api updated
Browse files Browse the repository at this point in the history
  • Loading branch information
atenzer committed Feb 15, 2022
1 parent 9f8f730 commit 2d6f2f9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions jsonnet/dev-demo-api.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,11 @@ local api_names = {
module_name: "ufd",
image_name: "ufd",
deployment_name: "ufd"
},
"dual_bert": {
module_name: "dual_bert",
image_name: "dual-bert",
deployment_name: "dual-bert"
}
};

Expand Down

0 comments on commit 2d6f2f9

Please sign in to comment.