Skip to content

Commit 1d1e715

Browse files
committed
fix
1 parent 4caa6e8 commit 1d1e715

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/models/transformers/test_models_transformer_hidream.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ def prepare_init_args_and_inputs_for_common(self):
8282
"axes_dims_rope": (4, 2, 2),
8383
"max_resolution": (32, 32),
8484
"llama_layers": (0, 1),
85+
"force_inference_output": True, # TODO: as we don't implement MoE loss in training tests.
8586
}
8687
inputs_dict = self.dummy_input
8788
return init_dict, inputs_dict

0 commit comments

Comments
 (0)