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 83dbda8 commit 06d63caCopy full SHA for 06d63ca
tests/unittest/_torch/multimodal/test_external_embedding.py
@@ -76,7 +76,7 @@ def processor_setup(request):
76
mock_auto_processor.from_pretrained.return_value = mock_processor
77
78
processor = config["processor_class"](model_path="dummy_path",
79
- model_config=mock_config,
+ config=mock_config,
80
tokenizer=mock_tokenizer,
81
trust_remote_code=True)
82
0 commit comments