Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
a-r-r-o-w committed Dec 23, 2024
1 parent 4325449 commit 178c22d
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions tests/models/autoencoders/test_models_autoencoder_ltx_video.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,11 +82,11 @@ def prepare_init_args_and_inputs_for_common(self):

def test_gradient_checkpointing_is_applied(self):
expected_set = {
"LTXEncoder3d",
"LTXDecoder3d",
"LTXDownBlock3D",
"LTXMidBlock3d",
"LTXUpBlock3d",
"LTXVideoEncoder3d",
"LTXVideoDecoder3d",
"LTXVideoDownBlock3D",
"LTXVideoMidBlock3d",
"LTXVideoUpBlock3d",
}
super().test_gradient_checkpointing_is_applied(expected_set=expected_set)

Expand Down Expand Up @@ -152,11 +152,11 @@ def prepare_init_args_and_inputs_for_common(self):

def test_gradient_checkpointing_is_applied(self):
expected_set = {
"LTXEncoder3d",
"LTXDecoder3d",
"LTXDownBlock3D",
"LTXMidBlock3d",
"LTXUpBlock3d",
"LTXVideoEncoder3d",
"LTXVideoDecoder3d",
"LTXVideoDownBlock3D",
"LTXVideoMidBlock3d",
"LTXVideoUpBlock3d",
}
super().test_gradient_checkpointing_is_applied(expected_set=expected_set)

Expand Down

0 comments on commit 178c22d

Please sign in to comment.