From b396e5ebeaf60540eda9f3b5d5921e050b925e2e Mon Sep 17 00:00:00 2001 From: jw098 Date: Sat, 25 Jul 2026 00:34:37 -0700 Subject: [PATCH] don't use GPU for ML by default --- SerialPrograms/Source/CommonFramework/GlobalSettingsPanel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SerialPrograms/Source/CommonFramework/GlobalSettingsPanel.cpp b/SerialPrograms/Source/CommonFramework/GlobalSettingsPanel.cpp index 8761fec389..3aac7870f0 100644 --- a/SerialPrograms/Source/CommonFramework/GlobalSettingsPanel.cpp +++ b/SerialPrograms/Source/CommonFramework/GlobalSettingsPanel.cpp @@ -158,7 +158,7 @@ GlobalSettings::GlobalSettings() "Use GPU for Machine learning inference:
" "Use the GPU by default for machine learning. Will fall-back to CPU if using the GPU fails.", LockMode::UNLOCK_WHILE_RUNNING, - true + false ) , WINDOW_SIZE( CONSTRUCT_TOKEN,