ENH clarify docs

This commit is contained in:
Nathan Dwarshuis 2023-09-28 23:26:58 -04:00
parent 1ab23d039b
commit cc01482477
1 changed files with 1 additions and 1 deletions

View File

@ -144,7 +144,7 @@ let GPUPower =
freq_limit: only query the GPU every 'cycle_seconds' when frequency is below freq_limit: only query the GPU every 'cycle_seconds' when frequency is below
this value; this should be a sensible value representing and this value; this should be a sensible value representing and
'idle' gpu state. 'idle' gpu state. Set to 0 to disable this check entirely.
cycle_seconds: the number of seconds to query the GPU when below the idle cycle_seconds: the number of seconds to query the GPU when below the idle
frequency limit; note that this must be long enough to let frequency limit; note that this must be long enough to let
the GPU go to sleep when it actually is ready to sleep, but the GPU go to sleep when it actually is ready to sleep, but