Compare commits

...

1 Commits

Author SHA1 Message Date
eball
f16ec6b0c6 fix(cli): remove error logging for GB10 chip check 2026-03-05 11:26:15 +08:00

View File

@@ -512,7 +512,6 @@ func getCpu() *CpuInfo {
if err == nil && strings.TrimSpace(string(output)) != "" {
isGB10Chip = true
} else {
fmt.Printf("Error checking GB10 chip: %v\n", err)
gb10env := os.Getenv(common.ENV_GB10_CHIP)
if gb10env == "1" || strings.EqualFold(gb10env, "true") {
isGB10Chip = true