Skip to content

Commit d07a7e1

Browse files
committed
new gpus added
1 parent e0f9805 commit d07a7e1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ui",
3-
"version": "0.43.4",
3+
"version": "0.43.5",
44
"private": true,
55
"scripts": {
66
"dev": "GENERATE_SOURCEMAP=false react-scripts start",

src/functions/environment.function.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export function environmentGPUCoreUsagebility(
1515
};
1616
}[],
1717
): number {
18-
const supportedGPUModels = ["T4", "A100", "V100", "A6000", "A30", "L40", "L4", "A5500"];
18+
const supportedGPUModels = ["T4", "A100", "V100", "A6000", "A30", "L40", "L4", "A5500", "6000"];
1919

2020
for (const gpu of gpuList) {
2121
for (const model of supportedGPUModels) {

0 commit comments

Comments
 (0)