Fix and Clean up chat-template requirement for VLM (#6114)
Signed-off-by: Xinyuan Tong <justinning0323@outlook.com>
This commit is contained in:
@@ -614,7 +614,7 @@ class TestInternVL2_5Server(TestOpenAIVisionServer):
|
||||
cls.model,
|
||||
cls.base_url,
|
||||
timeout=DEFAULT_TIMEOUT_FOR_SERVER_LAUNCH,
|
||||
other_args=["--trust-remote-code", "--chat-template", "internvl-2-5"],
|
||||
other_args=["--trust-remote-code"],
|
||||
)
|
||||
cls.base_url += "/v1"
|
||||
|
||||
@@ -676,8 +676,6 @@ class TestDeepseekVL2TinyServer(TestOpenAIVisionServer):
|
||||
timeout=DEFAULT_TIMEOUT_FOR_SERVER_LAUNCH,
|
||||
other_args=[
|
||||
"--trust-remote-code",
|
||||
"--chat-template",
|
||||
"deepseek-vl2",
|
||||
"--context-length",
|
||||
"4096",
|
||||
],
|
||||
@@ -775,8 +773,6 @@ class TestKimiVLServer(TestOpenAIVisionServer):
|
||||
timeout=DEFAULT_TIMEOUT_FOR_SERVER_LAUNCH,
|
||||
other_args=[
|
||||
"--trust-remote-code",
|
||||
"--chat-template",
|
||||
"kimi-vl",
|
||||
"--context-length",
|
||||
"4096",
|
||||
"--dtype",
|
||||
|
||||
Reference in New Issue
Block a user