Skip to content

Commit

Permalink
disable warning message for gpu info
Browse files Browse the repository at this point in the history
  • Loading branch information
arsen3d committed Nov 14, 2024
1 parent 888cfd4 commit 812ffb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/system/gpu.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
)

func GetGPUInfo() []string {
gpu, err := ghw.GPU()
gpu, err := ghw.GPU(ghw.WithDisableWarnings())
if err != nil {
log.Warn().Msgf("failed to get GPU info: %s", err)
}
Expand Down

0 comments on commit 812ffb7

Please sign in to comment.