Skip to content

Commit

Permalink
chore(schema): add a100 80G const
Browse files Browse the repository at this point in the history
  • Loading branch information
heiruwu committed Dec 11, 2024
1 parent 9d20344 commit 2b0ce43
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions config/init/instill/seed/model_definitions.json
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,12 @@
"instillShortDescription": "Deploy model that runs on Nvidia A100 40G GPU",
"description": "Deploy model that runs on Nvidia A100 40G GPU",
"title": "NVIDIA A100"
},
{
"const": "NVIDIA_A100_80G",
"instillShortDescription": "Deploy model that runs on Nvidia A100 80G GPU",
"description": "Deploy model that runs on Nvidia A100 80G GPU",
"title": "NVIDIA A100 80G"
}
]
}
Expand Down
6 changes: 6 additions & 0 deletions config/model/model.json
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,12 @@
"instillShortDescription": "Deploy model that runs on Nvidia A100 40G GPU",
"description": "Deploy model that runs on Nvidia A100 40G GPU",
"title": "NVIDIA A100"
},
{
"const": "NVIDIA_A100_80G",
"instillShortDescription": "Deploy model that runs on Nvidia A100 80G GPU",
"description": "Deploy model that runs on Nvidia A100 80G GPU",
"title": "NVIDIA A100 80G"
}
]
}
Expand Down

0 comments on commit 2b0ce43

Please sign in to comment.