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 a6417f1 commit 07682ffCopy full SHA for 07682ff
tests/unittest/_torch/modeling/test_modeling_mistral.py
@@ -529,7 +529,7 @@ def test_processor_get_num_tokens_per_image(
529
) as mocked_auto_processor:
530
input_processor = modeling_mistral.Mistral3InputProcessor(
531
model_path=str(tmp_path),
532
- model_config=mistral_3_config,
+ config=mistral_3_config,
533
tokenizer=mock.MagicMock(),
534
)
535
0 commit comments