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
948dd344
Unverified
Commit
948dd344
authored
Sep 09, 2025
by
Cyrus Leung
Committed by
GitHub
Sep 08, 2025
Browse files
[Bugfix] Fix Apertus HF repo name (#24447)
Signed-off-by:
DarkLight1337
<
tlleungac@connect.ust.hk
>
parent
b2f77457
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
2 deletions
+3
-2
docs/models/supported_models.md
docs/models/supported_models.md
+1
-0
tests/models/language/generation/test_common.py
tests/models/language/generation/test_common.py
+1
-1
tests/models/registry.py
tests/models/registry.py
+1
-1
No files found.
docs/models/supported_models.md
View file @
948dd344
...
...
@@ -322,6 +322,7 @@ th {
| Architecture | Models | Example HF Models |
[
LoRA
](
../features/lora.md
)
|
[
PP
](
../serving/parallelism_scaling.md
)
|
[
V1
](
gh-issue:8779
)
|
|--------------|--------|-------------------|----------------------|---------------------------|---------------------|
|
`ApertusForCausalLM`
| Apertus |
`swiss-ai/Apertus-8B-2509`
,
`swiss-ai/Apertus-70B-Instruct-2509`
, etc. | ✅︎ | ✅︎ | ✅︎ |
|
`AquilaForCausalLM`
| Aquila, Aquila2 |
`BAAI/Aquila-7B`
,
`BAAI/AquilaChat-7B`
, etc. | ✅︎ | ✅︎ | ✅︎ |
|
`ArceeForCausalLM`
| Arcee (AFM) |
`arcee-ai/AFM-4.5B-Base`
, etc. | ✅︎ | ✅︎ | ✅︎ |
|
`ArcticForCausalLM`
| Arctic |
`Snowflake/snowflake-arctic-base`
,
`Snowflake/snowflake-arctic-instruct`
, etc. | | ✅︎ | ✅︎ |
...
...
tests/models/language/generation/test_common.py
View file @
948dd344
...
...
@@ -93,7 +93,7 @@ AITER_MODEL_LIST = [
"allenai/OLMoE-1B-7B-0924-Instruct"
,
marks
=
[
pytest
.
mark
.
cpu_model
],
),
pytest
.
param
(
"swiss-ai/Apertus-8B"
),
# apertus
pytest
.
param
(
"swiss-ai/Apertus-8B
-2509
"
),
# apertus
])
@
pytest
.
mark
.
parametrize
(
"max_tokens"
,
[
32
])
@
pytest
.
mark
.
parametrize
(
"num_logprobs"
,
[
5
])
...
...
tests/models/registry.py
View file @
948dd344
...
...
@@ -158,7 +158,7 @@ class _HfExamplesInfo:
# yapf: disable
_TEXT_GENERATION_EXAMPLE_MODELS
=
{
# [Decoder-only]
"ApertusForCausalLM"
:
_HfExamplesInfo
(
"swiss-ai/Apertus-8B"
,
"ApertusForCausalLM"
:
_HfExamplesInfo
(
"swiss-ai/Apertus-8B
-2509
"
,
min_transformers_version
=
"4.56.0"
,
trust_remote_code
=
True
),
"AquilaModel"
:
_HfExamplesInfo
(
"BAAI/AquilaChat-7B"
,
...
...
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