Unverified Commit 7907f9eb authored by Juwan Yoo's avatar Juwan Yoo Committed by GitHub
Browse files

test: reduce `mem_fraction_static` for gemma3 vision test (#4840)

parent 8c04f0f2
...@@ -699,6 +699,8 @@ class TestGemma3itServer(TestOpenAIVisionServer): ...@@ -699,6 +699,8 @@ class TestGemma3itServer(TestOpenAIVisionServer):
"--trust-remote-code", "--trust-remote-code",
"--chat-template", "--chat-template",
"gemma-it", "gemma-it",
"--mem-fraction-static",
"0.75",
], ],
) )
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