Unverified Commit 8777a1d2 authored by Yineng Zhang's avatar Yineng Zhang Committed by GitHub
Browse files

fix gemma3 unit test (#5670)

parent 711efe78
...@@ -724,6 +724,7 @@ class TestGemma3itServer(TestOpenAIVisionServer): ...@@ -724,6 +724,7 @@ class TestGemma3itServer(TestOpenAIVisionServer):
"gemma-it", "gemma-it",
"--mem-fraction-static", "--mem-fraction-static",
"0.75", "0.75",
"--enable-gemma3-multimodal",
], ],
) )
cls.base_url += "/v1" cls.base_url += "/v1"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment