[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
092fc91e08
commit
7c72910487
1 changed files with 1 additions and 3 deletions
|
|
@ -2132,9 +2132,7 @@ def test_plan_memory_dense_replan_does_not_double_count_prefetched_transformer(m
|
|||
from core.inference.diffusion_memory import OFFLOAD_NONE, DeviceMemory
|
||||
|
||||
backend = DiffusionBackend()
|
||||
target = types.SimpleNamespace(
|
||||
device = "cuda", backend = "cuda", supports_model_cpu_offload = True
|
||||
)
|
||||
target = types.SimpleNamespace(device = "cuda", backend = "cuda", supports_model_cpu_offload = True)
|
||||
# 40 GiB discrete card, 40000 MiB free: comfortably fits transformer + real
|
||||
# companions + headroom, but NOT a second copy of the bf16 transformer.
|
||||
monkeypatch.setattr(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue