mirror of
https://github.com/wassname/ray.git
synced 2026-07-30 12:30:30 +08:00
[Dashboard] Fix null gpu utilization (#11650)
* update dashboard to work if GPU utilization field is missing from GPU payload * lint * lint
This commit is contained in:
@@ -96,7 +96,7 @@ export type GPUStats = {
|
||||
name: string;
|
||||
temperatureGpu: number;
|
||||
fanSpeed: number;
|
||||
utilizationGpu: number;
|
||||
utilizationGpu?: number;
|
||||
powerDraw: number;
|
||||
enforcedPowerLimit: number;
|
||||
memoryUsed: number;
|
||||
|
||||
Reference in New Issue
Block a user