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:
co-authored by
Piotr Mazurek
parent
1fb4bf3558
commit
b5e8c4b9e3
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user