Unverified Commit 7aa45142 authored by Dhruv Nair's avatar Dhruv Nair Committed by GitHub
Browse files

Fix typo in CPU offload test (#7542)

update
parent c2e87869
...@@ -1181,7 +1181,7 @@ class PipelineTesterMixin: ...@@ -1181,7 +1181,7 @@ class PipelineTesterMixin:
inputs = self.get_dummy_inputs(generator_device) inputs = self.get_dummy_inputs(generator_device)
output_with_offload = pipe(**inputs)[0] output_with_offload = pipe(**inputs)[0]
pipe.nable_sequential_cpu_offload() pipe.enable_sequential_cpu_offload()
inputs = self.get_dummy_inputs(generator_device) inputs = self.get_dummy_inputs(generator_device)
output_with_offload_twice = pipe(**inputs)[0] output_with_offload_twice = pipe(**inputs)[0]
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment