Skip to content

Commit

Permalink
Rename Mochi integration test correctly (#10220)
Browse files Browse the repository at this point in the history
rename integration test
  • Loading branch information
a-r-r-o-w authored Dec 18, 2024
1 parent c4c99c3 commit f66bd32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/pipelines/mochi/test_mochi.py
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ def tearDown(self):
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)
Expand Down

0 comments on commit f66bd32

Please sign in to comment.