We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91749a1 commit 0c9d532Copy full SHA for 0c9d532
tests/lora/test_lora_layers_mochi.py
@@ -178,3 +178,7 @@ def test_simple_inference_with_text_lora_fused(self):
178
@unittest.skip("Text encoder LoRA is not supported in Mochi.")
179
def test_simple_inference_with_text_lora_save_load(self):
180
pass
181
+
182
+ @unittest.skip("Not supported in CogVideoX.")
183
+ def test_simple_inference_with_text_denoiser_multi_adapter_block_lora(self):
184
+ pass
0 commit comments