[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
c4c9e2aeec
commit
760bd38dda
1 changed files with 3 additions and 1 deletions
|
|
@ -226,7 +226,9 @@ def _gpu_workload_busy_for_helper() -> bool:
|
|||
helpers could both pass the precheck and OOM each other.
|
||||
"""
|
||||
if helper_advisor_busy():
|
||||
logger.info("Skipping helper GGUF while another helper/advisor is using the GPU")
|
||||
logger.info(
|
||||
"Skipping helper GGUF while another helper/advisor is using the GPU"
|
||||
)
|
||||
return True
|
||||
if _diffusion_image_model_busy():
|
||||
return True
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue