Skip to content

Commit

Permalink
new gpu model added
Browse files Browse the repository at this point in the history
  • Loading branch information
mkcetinkaya committed Nov 19, 2024
1 parent fc91656 commit 6045c6f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ui",
"version": "0.40.8",
"version": "0.40.9",
"private": true,
"scripts": {
"dev": "GENERATE_SOURCEMAP=false react-scripts start",
Expand Down
2 changes: 1 addition & 1 deletion src/functions/environment.function.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export function environmentGPUCoreUsagebility(
};
}[],
): number {
const supportedGPUModels = ["T4", "A100", "V100", "A6000", "A30", "L40", "L4"];
const supportedGPUModels = ["T4", "A100", "V100", "A6000", "A30", "L40", "L4", "A40"];

for (const gpu of gpuList) {
for (const model of supportedGPUModels) {
Expand Down

0 comments on commit 6045c6f

Please sign in to comment.