[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
This commit is contained in:
pre-commit-ci[bot] 2026-05-25 14:22:42 +00:00
commit 760bd38dda

View file

@ -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