Bug fix: use correct mm_items in embed_mm_inputs (#8893)

This commit is contained in:
Binyao Jiang
2025-08-16 19:55:56 -07:00
committed by GitHub
parent 1c1f8a118e
commit 66d6be0874
3 changed files with 62 additions and 1 deletions

View File

@@ -189,6 +189,9 @@ class TestGemma3nServer(TestOpenAIVisionServer):
# This _test_audio_ambient_completion test is way too complicated to pass for a small LLM
# self._test_audio_ambient_completion()
def _test_mixed_image_audio_chat_completion(self):
self._test_mixed_image_audio_chat_completion()
class TestQwen2AudioServer(TestOpenAIVisionServer):
@classmethod