Skip to content

Commit 6296e88

Browse files
committed
update comment
1 parent 1bf9b0c commit 6296e88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/pipelines/stable_diffusion_2/test_stable_diffusion_depth.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ def test_float16_inference(self):
251251

252252
@unittest.skipIf(
253253
not is_accelerate_available() or is_accelerate_version("<", "0.14.0"),
254-
reason="CPU offload is only available with CUDA and `accelerate v0.14.0` or higher",
254+
reason="CPU offload is only available with `accelerate v0.14.0` or higher",
255255
)
256256
def test_cpu_offload_forward_pass(self):
257257
components = self.get_dummy_components()

0 commit comments

Comments
 (0)