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
82e7f9bb
Unverified
Commit
82e7f9bb
authored
May 14, 2025
by
rongfu.leng
Committed by
GitHub
May 14, 2025
Browse files
[Misc] replace does not exist model (#18119)
Signed-off-by:
rongfu.leng
<
rongfu.leng@daocloud.io
>
parent
63dc3426
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
docs/source/models/supported_models.md
docs/source/models/supported_models.md
+1
-1
tests/distributed/test_pipeline_parallel.py
tests/distributed/test_pipeline_parallel.py
+1
-1
tests/models/registry.py
tests/models/registry.py
+1
-1
vllm/test_utils.py
vllm/test_utils.py
+1
-1
No files found.
docs/source/models/supported_models.md
View file @
82e7f9bb
...
...
@@ -539,7 +539,7 @@ Specified using `--task generate`.
*
✅︎
-
*
`OLMo2ForCausalLM`
*
OLMo2
*
`allenai/OLMo2-
7B-1124
`
, etc.
*
`allenai/OLMo
-
2-
0425-1B
`
, etc.
*
*
✅︎
-
*
`OLMoEForCausalLM`
...
...
tests/distributed/test_pipeline_parallel.py
View file @
82e7f9bb
...
...
@@ -185,7 +185,7 @@ TEXT_GENERATION_MODELS = {
"mosaicml/mpt-7b"
:
PPTestSettings
.
fast
(),
"nvidia/Minitron-8B-Base"
:
PPTestSettings
.
fast
(),
"allenai/OLMo-1B-hf"
:
PPTestSettings
.
fast
(),
"
shanearora/OLMo-7B-1124-hf
"
:
PPTestSettings
.
fast
(),
"
allenai/OLMo-2-0425-1B
"
:
PPTestSettings
.
fast
(),
"allenai/OLMoE-1B-7B-0924-Instruct"
:
PPTestSettings
.
fast
(),
"facebook/opt-iml-max-1.3b"
:
PPTestSettings
.
fast
(),
"OrionStarAI/Orion-14B-Chat"
:
PPTestSettings
.
fast
(),
...
...
tests/models/registry.py
View file @
82e7f9bb
...
...
@@ -205,7 +205,7 @@ _TEXT_GENERATION_EXAMPLE_MODELS = {
"MPTForCausalLM"
:
_HfExamplesInfo
(
"mosaicml/mpt-7b"
),
"NemotronForCausalLM"
:
_HfExamplesInfo
(
"nvidia/Minitron-8B-Base"
),
"OlmoForCausalLM"
:
_HfExamplesInfo
(
"allenai/OLMo-1B-hf"
),
"Olmo2ForCausalLM"
:
_HfExamplesInfo
(
"
shanearora/OLMo-7B-1124-hf
"
),
"Olmo2ForCausalLM"
:
_HfExamplesInfo
(
"
allenai/OLMo-2-0425-1B
"
),
"OlmoeForCausalLM"
:
_HfExamplesInfo
(
"allenai/OLMoE-1B-7B-0924-Instruct"
),
"OPTForCausalLM"
:
_HfExamplesInfo
(
"facebook/opt-125m"
,
{
"1b"
:
"facebook/opt-iml-max-1.3b"
}),
...
...
vllm/test_utils.py
View file @
82e7f9bb
...
...
@@ -110,7 +110,7 @@ MODELS_ON_S3 = [
"royokong/e5-v"
,
"sentence-transformers/all-roberta-large-v1"
,
"sentence-transformers/stsb-roberta-base-v2"
,
"
shanearora/OLMo-7B-1124-hf
"
,
"
allenai/OLMo-2-0425-1B
"
,
"shuyuej/Llama-3.2-1B-Instruct-GPTQ"
,
"ssmits/Qwen2-7B-Instruct-embed-base"
,
"stabilityai/stablelm-3b-4e1t"
,
...
...
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