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

This commit is contained in:
Juwan Yoo
2025-03-27 23:20:10 -07:00
committed by GitHub
parent 8c04f0f2e1
commit 7907f9eb20

View File

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