[Bugfix] qwen2vl forward_extend (#1727)

This commit is contained in:
yizhang2077
2024-10-20 02:38:35 -07:00
committed by GitHub
parent b48edff67f
commit 554fbf93cd
2 changed files with 25 additions and 38 deletions
-4
View File
@@ -362,10 +362,6 @@ class TestQWen2VLServer(TestOpenAIVisionServer):
)
cls.base_url += "/v1"
def test_mixed_batch(self):
# FIXME: Temporarily skip this test.
pass
if __name__ == "__main__":
unittest.main()