Skip to content

Commit f66bd32

Browse files
authored
Rename Mochi integration test correctly (huggingface#10220)
rename integration test
1 parent c4c99c3 commit f66bd32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/pipelines/mochi/test_mochi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ def tearDown(self):
275275
gc.collect()
276276
torch.cuda.empty_cache()
277277

278-
def test_cogvideox(self):
278+
def test_mochi(self):
279279
generator = torch.Generator("cpu").manual_seed(0)
280280

281281
pipe = MochiPipeline.from_pretrained("genmo/mochi-1-preview", torch_dtype=torch.float16)

0 commit comments

Comments
 (0)