Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
renzhc
diffusers_dcu
Commits
7aa45142
"gallery/transforms/plot_transforms_e2e.py" did not exist on "59b27ed64cf126357d60e8f2944d204f83075e2e"
Unverified
Commit
7aa45142
authored
Apr 01, 2024
by
Dhruv Nair
Committed by
GitHub
Mar 31, 2024
Browse files
Fix typo in CPU offload test (#7542)
update
parent
c2e87869
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
tests/pipelines/test_pipelines_common.py
tests/pipelines/test_pipelines_common.py
+1
-1
No files found.
tests/pipelines/test_pipelines_common.py
View file @
7aa45142
...
@@ -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
.
e
nable_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
]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment