Skip to content

Commit

Permalink
fix(hw_slowdown): fix description (#331)
Browse files Browse the repository at this point in the history
  • Loading branch information
cardyok authored Jan 24, 2025
1 parent 5aa1040 commit e135b52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/accelerator/nvidia/hw-slowdown/component.go
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ func (c *component) States(ctx context.Context) ([]components.State, error) {
common.RepairActionTypeHardwareInspection,
},
Descriptions: []string{
"Check the GPU hardware status",
"Hardware slowdown are often caused by GPU overheating or power supply unit (PSU) failing, please do a hardware inspection to mitigate the issue",
},
},
},
Expand Down

0 comments on commit e135b52

Please sign in to comment.