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
f66bd326
Unverified
Commit
f66bd326
authored
Dec 18, 2024
by
Aryan
Committed by
GitHub
Dec 18, 2024
Browse files
Rename Mochi integration test correctly (#10220)
rename integration test
parent
c4c99c39
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
tests/pipelines/mochi/test_mochi.py
tests/pipelines/mochi/test_mochi.py
+1
-1
No files found.
tests/pipelines/mochi/test_mochi.py
View file @
f66bd326
...
...
@@ -275,7 +275,7 @@ class MochiPipelineIntegrationTests(unittest.TestCase):
gc
.
collect
()
torch
.
cuda
.
empty_cache
()
def
test_
cogvideox
(
self
):
def
test_
mochi
(
self
):
generator
=
torch
.
Generator
(
"cpu"
).
manual_seed
(
0
)
pipe
=
MochiPipeline
.
from_pretrained
(
"genmo/mochi-1-preview"
,
torch_dtype
=
torch
.
float16
)
...
...
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