Skip to content

Commit 06d63ca

Browse files
multimodal test fix
Signed-off-by: yechank <[email protected]>
1 parent 83dbda8 commit 06d63ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unittest/_torch/multimodal/test_external_embedding.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ def processor_setup(request):
7676
mock_auto_processor.from_pretrained.return_value = mock_processor
7777

7878
processor = config["processor_class"](model_path="dummy_path",
79-
model_config=mock_config,
79+
config=mock_config,
8080
tokenizer=mock_tokenizer,
8181
trust_remote_code=True)
8282

0 commit comments

Comments
 (0)