model: support LFM2-VL (Liquid Foundation Model 2 Vision-Language) (#21230)

Co-authored-by: Piotr Mazurek <piotr.mazurek@liquid.ai>
This commit is contained in:
Piotr Mazurek
2026-04-04 16:36:04 +08:00
committed by GitHub
co-authored by Piotr Mazurek
parent 1fb4bf3558
commit b5e8c4b9e3
11 changed files with 1149 additions and 5 deletions
@@ -26,6 +26,10 @@ class TestLlavaServer(ImageOpenAITestMixin):
model = "lmms-lab/llava-onevision-qwen2-0.5b-ov"
class TestLfm2VlServer(ImageOpenAITestMixin):
model = "LiquidAI/LFM2.5-VL-1.6B"
class TestQwen25VLServer(ImageOpenAITestMixin, VideoOpenAITestMixin):
model = "Qwen/Qwen2.5-VL-7B-Instruct"
extra_args = [