fix: hygon, thead runtime
This commit is contained in:
@@ -70,7 +70,7 @@ export const GPUsConfigs: Record<
|
|||||||
[GPUDriverMap.HYGON]: {
|
[GPUDriverMap.HYGON]: {
|
||||||
label: 'Hygon',
|
label: 'Hygon',
|
||||||
value: GPUDriverMap.HYGON,
|
value: GPUDriverMap.HYGON,
|
||||||
runtime: '', // TODO: confirm runtime name
|
runtime: 'hygon', // TODO: confirm runtime name
|
||||||
driver: 'hy-smi',
|
driver: 'hy-smi',
|
||||||
gpuVendor: 'hygon'
|
gpuVendor: 'hygon'
|
||||||
},
|
},
|
||||||
@@ -105,7 +105,7 @@ export const GPUsConfigs: Record<
|
|||||||
[GPUDriverMap.THEAD]: {
|
[GPUDriverMap.THEAD]: {
|
||||||
label: 'T-Head PPU',
|
label: 'T-Head PPU',
|
||||||
value: GPUDriverMap.THEAD,
|
value: GPUDriverMap.THEAD,
|
||||||
runtime: '', // TODO: confirm runtime name
|
runtime: 'thead', // TODO: confirm runtime name
|
||||||
driver: 'ppu-smi',
|
driver: 'ppu-smi',
|
||||||
gpuVendor: 'thead'
|
gpuVendor: 'thead'
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user