fix spelling errors (#38608)
* fix errors test_modeling_mllama.py * fix error test_modeling_video_llava.py * fix errors test_processing_common.py
This commit is contained in:
@@ -915,7 +915,7 @@ class ProcessorTesterMixin:
|
||||
)
|
||||
|
||||
@require_av
|
||||
@parameterized.expand([(1, "pt"), (2, "pt")]) # video processor suports only torchvision
|
||||
@parameterized.expand([(1, "pt"), (2, "pt")]) # video processor supports only torchvision
|
||||
def test_apply_chat_template_video(self, batch_size: int, return_tensors: str):
|
||||
self._test_apply_chat_template(
|
||||
"video", batch_size, return_tensors, "videos_input_name", "video_processor", MODALITY_INPUT_DATA["videos"]
|
||||
|
||||
Reference in New Issue
Block a user