suppress power throttling error

This commit is contained in:
Concedo 2026-06-13 11:11:28 +08:00
parent 104b41091b
commit 45ce7950f1

View file

@ -3352,7 +3352,7 @@ static bool ggml_thread_apply_priority(int32_t prio) {
t.StateMask = 0;
if (!SetProcessInformation(GetCurrentProcess(), ProcessPowerThrottling, &t, sizeof(t))) {
GGML_LOG_DEBUG("failed to disable process power throttling %d : (%d)\n", prio, (int) GetLastError());
// GGML_LOG_DEBUG("failed to disable process power throttling %d : (%d)\n", prio, (int) GetLastError());
return false;
}
#endif