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:
David Klank
2025-06-05 15:57:23 +03:00
committed by GitHub
parent 0f833528c9
commit fa921ad854
3 changed files with 5 additions and 5 deletions

View File

@@ -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"]