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 0dc1cdd commit 8d4ad65Copy full SHA for 8d4ad65
examples/dreambooth/test_dreambooth_lora_hidream.py
@@ -220,7 +220,6 @@ def test_dreambooth_lora_with_metadata(self):
220
loaded_lora_rank = raw["transformer.r"]
221
self.assertTrue(loaded_lora_rank == rank)
222
223
-
224
def test_dreambooth_lora_hidream_checkpointing_checkpoints_total_limit_removes_multiple_checkpoints(self):
225
with tempfile.TemporaryDirectory() as tmpdir:
226
test_args = f"""
0 commit comments