fix gemma3 unit test (#5670)

This commit is contained in:
Yineng Zhang
2025-04-23 02:14:01 -07:00
committed by GitHub
parent 711efe7814
commit 8777a1d24b

View File

@@ -724,6 +724,7 @@ class TestGemma3itServer(TestOpenAIVisionServer):
"gemma-it",
"--mem-fraction-static",
"0.75",
"--enable-gemma3-multimodal",
],
)
cls.base_url += "/v1"