[Fix] Fix llava on multi images (#1247)

This commit is contained in:
Lianmin Zheng
2024-08-28 06:33:05 -07:00
committed by GitHub
parent b1a540ec42
commit bf53bf5142
22 changed files with 272 additions and 488 deletions

View File

@@ -32,8 +32,6 @@ class TestOpenAIVisionServer(unittest.TestCase):
other_args=[
"--chat-template",
"chatml-llava",
"--chunked-prefill-size",
"16384",
# "--log-requests",
],
)