diff --git a/pkg/system/gpu.go b/pkg/system/gpu.go index b35bd5f6..02eeb566 100644 --- a/pkg/system/gpu.go +++ b/pkg/system/gpu.go @@ -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) }