Skip to content

Commit 07682ff

Browse files
mistral test fix
Signed-off-by: yechank <[email protected]>
1 parent a6417f1 commit 07682ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unittest/_torch/modeling/test_modeling_mistral.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -529,7 +529,7 @@ def test_processor_get_num_tokens_per_image(
529529
) as mocked_auto_processor:
530530
input_processor = modeling_mistral.Mistral3InputProcessor(
531531
model_path=str(tmp_path),
532-
model_config=mistral_3_config,
532+
config=mistral_3_config,
533533
tokenizer=mock.MagicMock(),
534534
)
535535

0 commit comments

Comments
 (0)