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
35366ae5
Unverified
Commit
35366ae5
authored
Jul 22, 2025
by
Cyrus Leung
Committed by
GitHub
Jul 22, 2025
Browse files
[CI/Build] Fix test failure due to updated model repo (#21375)
Signed-off-by:
DarkLight1337
<
tlleungac@connect.ust.hk
>
parent
2226d5bd
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
tests/models/registry.py
tests/models/registry.py
+2
-2
No files found.
tests/models/registry.py
View file @
35366ae5
...
...
@@ -167,9 +167,9 @@ _TEXT_GENERATION_EXAMPLE_MODELS = {
"DeepseekV3ForCausalLM"
:
_HfExamplesInfo
(
"deepseek-ai/DeepSeek-V3"
,
# noqa: E501
trust_remote_code
=
True
),
"Ernie4_5_ForCausalLM"
:
_HfExamplesInfo
(
"baidu/ERNIE-4.5-0.3B-PT"
,
trust_remote_code
=
True
),
min_transformers_version
=
"4.54"
),
"Ernie4_5_MoeForCausalLM"
:
_HfExamplesInfo
(
"baidu/ERNIE-4.5-21B-A3B-PT"
,
trust_remote_code
=
True
),
min_transformers_version
=
"4.54"
),
"ExaoneForCausalLM"
:
_HfExamplesInfo
(
"LGAI-EXAONE/EXAONE-3.0-7.8B-Instruct"
),
# noqa: E501
"Exaone4ForCausalLM"
:
_HfExamplesInfo
(
"LGAI-EXAONE/EXAONE-4.0-32B"
),
# noqa: E501
"Fairseq2LlamaForCausalLM"
:
_HfExamplesInfo
(
"mgleize/fairseq2-dummy-Llama-3.2-1B"
),
# noqa: E501
...
...
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