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
df0e0f02
Unverified
Commit
df0e0f02
authored
Aug 14, 2025
by
Isotr0py
Committed by
GitHub
Aug 13, 2025
Browse files
[CI/Build] Skip gpt_big model test because of broken HF model (#22848)
Signed-off-by:
Isotr0py
<
mozf@mail2.sysu.edu.cn
>
parent
b4b78d63
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
tests/models/registry.py
tests/models/registry.py
+2
-1
No files found.
tests/models/registry.py
View file @
df0e0f02
...
@@ -195,7 +195,8 @@ _TEXT_GENERATION_EXAMPLE_MODELS = {
...
@@ -195,7 +195,8 @@ _TEXT_GENERATION_EXAMPLE_MODELS = {
"GPT2LMHeadModel"
:
_HfExamplesInfo
(
"openai-community/gpt2"
,
"GPT2LMHeadModel"
:
_HfExamplesInfo
(
"openai-community/gpt2"
,
{
"alias"
:
"gpt2"
}),
{
"alias"
:
"gpt2"
}),
"GPTBigCodeForCausalLM"
:
_HfExamplesInfo
(
"bigcode/starcoder"
,
"GPTBigCodeForCausalLM"
:
_HfExamplesInfo
(
"bigcode/starcoder"
,
{
"tiny"
:
"bigcode/tiny_starcoder_py"
}),
# noqa: E501
extras
=
{
"tiny"
:
"bigcode/tiny_starcoder_py"
},
# noqa: E501
min_transformers_version
=
"4.55.1"
),
"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"
,
...
...
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