Skip to content

Commit ec07f8c

Browse files
committed
fix cogvideox tests
1 parent b1ded13 commit ec07f8c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/models/transformers/test_models_transformer_cogvideox.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ def prepare_init_args_and_inputs_for_common(self):
7171
"out_channels": 4,
7272
"time_embed_dim": 2,
7373
"text_embed_dim": 8,
74-
"num_layers": 1,
74+
"num_layers": 2,
7575
"sample_width": 8,
7676
"sample_height": 8,
7777
"sample_frames": 8,
@@ -130,7 +130,7 @@ def prepare_init_args_and_inputs_for_common(self):
130130
"out_channels": 4,
131131
"time_embed_dim": 2,
132132
"text_embed_dim": 8,
133-
"num_layers": 1,
133+
"num_layers": 2,
134134
"sample_width": 8,
135135
"sample_height": 8,
136136
"sample_frames": 8,

0 commit comments

Comments
 (0)