Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
2dbccce8
Unverified
Commit
2dbccce8
authored
Aug 16, 2025
by
Isotr0py
Committed by
GitHub
Aug 16, 2025
Browse files
[CI][Bugfix] Skip Ovis2 generation test because of broken remote code (#22954)
Signed-off-by:
Isotr0py
<
mozf@mail2.sysu.edu.cn
>
parent
933f4533
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
4 deletions
+11
-4
tests/models/registry.py
tests/models/registry.py
+11
-4
No files found.
tests/models/registry.py
View file @
2dbccce8
...
@@ -196,7 +196,8 @@ _TEXT_GENERATION_EXAMPLE_MODELS = {
...
@@ -196,7 +196,8 @@ _TEXT_GENERATION_EXAMPLE_MODELS = {
{
"alias"
:
"gpt2"
}),
{
"alias"
:
"gpt2"
}),
"GPTBigCodeForCausalLM"
:
_HfExamplesInfo
(
"bigcode/starcoder"
,
"GPTBigCodeForCausalLM"
:
_HfExamplesInfo
(
"bigcode/starcoder"
,
extras
=
{
"tiny"
:
"bigcode/tiny_starcoder_py"
},
# noqa: E501
extras
=
{
"tiny"
:
"bigcode/tiny_starcoder_py"
},
# noqa: E501
min_transformers_version
=
"4.55.1"
),
min_transformers_version
=
"4.55.1"
,
transformers_version_reason
=
"HF model broken in 4.55.0"
),
# noqa: E501
"GPTJForCausalLM"
:
_HfExamplesInfo
(
"Milos/slovak-gpt-j-405M"
,
"GPTJForCausalLM"
:
_HfExamplesInfo
(
"Milos/slovak-gpt-j-405M"
,
{
"6b"
:
"EleutherAI/gpt-j-6b"
}),
{
"6b"
:
"EleutherAI/gpt-j-6b"
}),
"GPTNeoXForCausalLM"
:
_HfExamplesInfo
(
"EleutherAI/pythia-70m"
,
"GPTNeoXForCausalLM"
:
_HfExamplesInfo
(
"EleutherAI/pythia-70m"
,
...
@@ -408,14 +409,16 @@ _MULTIMODAL_EXAMPLE_MODELS = {
...
@@ -408,14 +409,16 @@ _MULTIMODAL_EXAMPLE_MODELS = {
extras
=
{
"2b"
:
"h2oai/h2ovl-mississippi-2b"
},
# noqa: E501
extras
=
{
"2b"
:
"h2oai/h2ovl-mississippi-2b"
},
# noqa: E501
max_transformers_version
=
"4.48"
,
# noqa: E501
max_transformers_version
=
"4.48"
,
# noqa: E501
transformers_version_reason
=
"HF model is not compatible."
),
# noqa: E501
transformers_version_reason
=
"HF model is not compatible."
),
# noqa: E501
"Idefics3ForConditionalGeneration"
:
_HfExamplesInfo
(
"HuggingFaceM4/Idefics3-8B-Llama3"
,
# noqa: E501
{
"tiny"
:
"HuggingFaceTB/SmolVLM-256M-Instruct"
},
# noqa: E501
min_transformers_version
=
"4.55.1"
,
transformers_version_reason
=
"HF model broken in 4.55.0"
),
# noqa: E501
"InternVLChatModel"
:
_HfExamplesInfo
(
"OpenGVLab/InternVL2-1B"
,
"InternVLChatModel"
:
_HfExamplesInfo
(
"OpenGVLab/InternVL2-1B"
,
extras
=
{
"2B"
:
"OpenGVLab/InternVL2-2B"
,
extras
=
{
"2B"
:
"OpenGVLab/InternVL2-2B"
,
"3.0"
:
"OpenGVLab/InternVL3-1B"
},
# noqa: E501
"3.0"
:
"OpenGVLab/InternVL3-1B"
},
# noqa: E501
trust_remote_code
=
True
),
trust_remote_code
=
True
),
"InternS1ForConditionalGeneration"
:
_HfExamplesInfo
(
"internlm/Intern-S1"
,
"InternS1ForConditionalGeneration"
:
_HfExamplesInfo
(
"internlm/Intern-S1"
,
trust_remote_code
=
True
),
trust_remote_code
=
True
),
"Idefics3ForConditionalGeneration"
:
_HfExamplesInfo
(
"HuggingFaceM4/Idefics3-8B-Llama3"
,
# noqa: E501
{
"tiny"
:
"HuggingFaceTB/SmolVLM-256M-Instruct"
}),
# noqa: E501
"KeyeForConditionalGeneration"
:
_HfExamplesInfo
(
"Kwai-Keye/Keye-VL-8B-Preview"
,
# noqa: E501
"KeyeForConditionalGeneration"
:
_HfExamplesInfo
(
"Kwai-Keye/Keye-VL-8B-Preview"
,
# noqa: E501
trust_remote_code
=
True
),
trust_remote_code
=
True
),
"KimiVLForConditionalGeneration"
:
_HfExamplesInfo
(
"moonshotai/Kimi-VL-A3B-Instruct"
,
# noqa: E501
"KimiVLForConditionalGeneration"
:
_HfExamplesInfo
(
"moonshotai/Kimi-VL-A3B-Instruct"
,
# noqa: E501
...
@@ -455,6 +458,8 @@ _MULTIMODAL_EXAMPLE_MODELS = {
...
@@ -455,6 +458,8 @@ _MULTIMODAL_EXAMPLE_MODELS = {
"Llama_Nemotron_Nano_VL"
:
_HfExamplesInfo
(
"nvidia/Llama-3.1-Nemotron-Nano-VL-8B-V1"
,
# noqa: E501
"Llama_Nemotron_Nano_VL"
:
_HfExamplesInfo
(
"nvidia/Llama-3.1-Nemotron-Nano-VL-8B-V1"
,
# noqa: E501
trust_remote_code
=
True
),
trust_remote_code
=
True
),
"Ovis"
:
_HfExamplesInfo
(
"AIDC-AI/Ovis2-1B"
,
trust_remote_code
=
True
,
"Ovis"
:
_HfExamplesInfo
(
"AIDC-AI/Ovis2-1B"
,
trust_remote_code
=
True
,
max_transformers_version
=
"4.53"
,
transformers_version_reason
=
"HF model is not compatible"
,
# noqa: E501
extras
=
{
"1.6-llama"
:
"AIDC-AI/Ovis1.6-Llama3.2-3B"
,
extras
=
{
"1.6-llama"
:
"AIDC-AI/Ovis1.6-Llama3.2-3B"
,
"1.6-gemma"
:
"AIDC-AI/Ovis1.6-Gemma2-9B"
}),
# noqa: E501
"1.6-gemma"
:
"AIDC-AI/Ovis1.6-Gemma2-9B"
}),
# noqa: E501
"PaliGemmaForConditionalGeneration"
:
_HfExamplesInfo
(
"google/paligemma-3b-mix-224"
,
# noqa: E501
"PaliGemmaForConditionalGeneration"
:
_HfExamplesInfo
(
"google/paligemma-3b-mix-224"
,
# noqa: E501
...
@@ -482,7 +487,9 @@ _MULTIMODAL_EXAMPLE_MODELS = {
...
@@ -482,7 +487,9 @@ _MULTIMODAL_EXAMPLE_MODELS = {
"Qwen2_5OmniForConditionalGeneration"
:
_HfExamplesInfo
(
"Qwen/Qwen2.5-Omni-7B-AWQ"
),
# noqa: E501
"Qwen2_5OmniForConditionalGeneration"
:
_HfExamplesInfo
(
"Qwen/Qwen2.5-Omni-7B-AWQ"
),
# noqa: E501
"SkyworkR1VChatModel"
:
_HfExamplesInfo
(
"Skywork/Skywork-R1V-38B"
,
"SkyworkR1VChatModel"
:
_HfExamplesInfo
(
"Skywork/Skywork-R1V-38B"
,
trust_remote_code
=
True
),
trust_remote_code
=
True
),
"SmolVLMForConditionalGeneration"
:
_HfExamplesInfo
(
"HuggingFaceTB/SmolVLM2-2.2B-Instruct"
),
# noqa: E501
"SmolVLMForConditionalGeneration"
:
_HfExamplesInfo
(
"HuggingFaceTB/SmolVLM2-2.2B-Instruct"
,
# noqa: E501
min_transformers_version
=
"4.55.1"
,
transformers_version_reason
=
"HF model broken in 4.55.0"
),
# noqa: E501
"Step3VLForConditionalGeneration"
:
_HfExamplesInfo
(
"stepfun-ai/step3"
,
"Step3VLForConditionalGeneration"
:
_HfExamplesInfo
(
"stepfun-ai/step3"
,
trust_remote_code
=
True
,
trust_remote_code
=
True
,
is_available_online
=
False
),
is_available_online
=
False
),
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment