From b80ce9dd2f30913b3b054308a09bd2d86ec6202f Mon Sep 17 00:00:00 2001 From: xiaolinchen <3400259131@qq.com> Date: Sun, 21 Jun 2026 15:11:19 +0800 Subject: [PATCH] [CI][test] Replace InternVL2-1B with InternVL3-1B in test_pipeline_parallel.py (#46241) Signed-off-by: wentian-byte <192079369+wentian-byte@users.noreply.github.com> Co-authored-by: wentian-byte <192079369+wentian-byte@users.noreply.github.com> --- tests/distributed/test_pipeline_parallel.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/distributed/test_pipeline_parallel.py b/tests/distributed/test_pipeline_parallel.py index d1196b8e0d5..44dc9089dc2 100644 --- a/tests/distributed/test_pipeline_parallel.py +++ b/tests/distributed/test_pipeline_parallel.py @@ -175,7 +175,7 @@ MULTIMODAL_MODELS = { "facebook/chameleon-7b": PPTestSettings.fast(), "adept/fuyu-8b": PPTestSettings.fast(), "zai-org/glm-4v-9b": PPTestSettings.fast(), - "OpenGVLab/InternVL2-1B": PPTestSettings.fast(), + "OpenGVLab/InternVL3-1B": PPTestSettings.fast(), "llava-hf/llava-1.5-7b-hf": PPTestSettings.fast(), "llava-hf/llava-v1.6-mistral-7b-hf": PPTestSettings.fast(), "llava-hf/LLaVA-NeXT-Video-7B-hf": PPTestSettings.fast(), @@ -203,7 +203,7 @@ TEST_MODELS = [ "intfloat/e5-mistral-7b-instruct", "BAAI/bge-multilingual-gemma2", # [MULTIMODAL GENERATION] - "OpenGVLab/InternVL2-1B", + "OpenGVLab/InternVL3-1B", "microsoft/Phi-3.5-vision-instruct", "fixie-ai/ultravox-v0_5-llama-3_2-1b", # [LANGUAGE GENERATION - HYBRID ARCH]