diff --git a/src/pages/resources/config/gpu-driver.ts b/src/pages/resources/config/gpu-driver.ts index a066ee7e..1f9192fa 100644 --- a/src/pages/resources/config/gpu-driver.ts +++ b/src/pages/resources/config/gpu-driver.ts @@ -70,7 +70,7 @@ export const GPUsConfigs: Record< [GPUDriverMap.HYGON]: { label: 'Hygon', value: GPUDriverMap.HYGON, - runtime: '', // TODO: confirm runtime name + runtime: 'hygon', // TODO: confirm runtime name driver: 'hy-smi', gpuVendor: 'hygon' }, @@ -105,7 +105,7 @@ export const GPUsConfigs: Record< [GPUDriverMap.THEAD]: { label: 'T-Head PPU', value: GPUDriverMap.THEAD, - runtime: '', // TODO: confirm runtime name + runtime: 'thead', // TODO: confirm runtime name driver: 'ppu-smi', gpuVendor: 'thead' }