You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Which version of LM Studio?
LM Studio 0.3.10 (build 6) with CUDA llama.cpp runtime
Which operating system?
Windows 11 24H2
What is the bug?
LM Studio is running in the background to work on demand(Local LLM Service (headless) with JIT mode), and all LLM models have been unloaded from memory (meaning the GPU is not being used). However, on a laptop with Nvidia Optimus, LM Studio does not allow the discrete Nvidia GPU to enter power-saving mode (it continues to use it). This leads to increased heating and faster battery drain. On the previous version, 0.3.9, this issue did not exist; the discrete GPU went into sleep immediately after the models were unloaded from memory.
The problem in the new version may be due to a constantly running additional process "LM Studio.exe", which keeps CUDA libraries loaded.
Screenshots
Not sleeping Nvidia GPU:
LM Studio process that used CUDA libs at idle:
The text was updated successfully, but these errors were encountered:
Which version of LM Studio?
LM Studio 0.3.10 (build 6) with CUDA llama.cpp runtime
Which operating system?
Windows 11 24H2
What is the bug?
LM Studio is running in the background to work on demand(Local LLM Service (headless) with JIT mode), and all LLM models have been unloaded from memory (meaning the GPU is not being used). However, on a laptop with Nvidia Optimus, LM Studio does not allow the discrete Nvidia GPU to enter power-saving mode (it continues to use it). This leads to increased heating and faster battery drain. On the previous version, 0.3.9, this issue did not exist; the discrete GPU went into sleep immediately after the models were unloaded from memory.
The problem in the new version may be due to a constantly running additional process "LM Studio.exe", which keeps CUDA libraries loaded.
Screenshots

Not sleeping Nvidia GPU:
LM Studio process that used CUDA libs at idle:

The text was updated successfully, but these errors were encountered: