mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-07-10 01:18:32 +00:00
suppress power throttling error
This commit is contained in:
parent
104b41091b
commit
45ce7950f1
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue