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
0350809f
Unverified
Commit
0350809f
authored
Apr 29, 2025
by
Harry Mellor
Committed by
GitHub
Apr 29, 2025
Browse files
Remove Falcon3 2x7B from CI (#17404)
Signed-off-by:
Harry Mellor
<
19981378+hmellor@users.noreply.github.com
>
parent
a6977dbd
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
5 deletions
+4
-5
tests/models/decoder_only/language/test_models.py
tests/models/decoder_only/language/test_models.py
+3
-4
tests/models/registry.py
tests/models/registry.py
+1
-1
No files found.
tests/models/decoder_only/language/test_models.py
View file @
0350809f
...
@@ -29,7 +29,7 @@ AITER_MODEL_LIST = [
...
@@ -29,7 +29,7 @@ AITER_MODEL_LIST = [
"openbmb/MiniCPM3-4B"
,
"openbmb/MiniCPM3-4B"
,
"Qwen/Qwen-7B-Chat"
,
"Qwen/Qwen-7B-Chat"
,
"Qwen/Qwen2.5-0.5B-Instruct"
,
"Qwen/Qwen2.5-0.5B-Instruct"
,
"
ehristoforu/Falcon3-MoE-2x7B-Insruct
"
,
"
TitanML/tiny-mixtral
"
,
]
]
...
@@ -83,9 +83,8 @@ AITER_MODEL_LIST = [
...
@@ -83,9 +83,8 @@ AITER_MODEL_LIST = [
pytest
.
param
(
"stabilityai/stablelm-3b-4e1t"
),
# stablelm
pytest
.
param
(
"stabilityai/stablelm-3b-4e1t"
),
# stablelm
pytest
.
param
(
"bigcode/starcoder2-3b"
),
# starcoder2
pytest
.
param
(
"bigcode/starcoder2-3b"
),
# starcoder2
pytest
.
param
(
pytest
.
param
(
"ehristoforu/Falcon3-MoE-2x7B-Insruct"
,
# mixtral
"TitanML/tiny-mixtral"
,
# mixtral
marks
=
[
pytest
.
mark
.
cpu_model
,
marks
=
[
pytest
.
mark
.
cpu_model
],
large_gpu_mark
(
min_gb
=
48
)],
)
)
])
])
@
pytest
.
mark
.
parametrize
(
"max_tokens"
,
[
32
])
@
pytest
.
mark
.
parametrize
(
"max_tokens"
,
[
32
])
...
...
tests/models/registry.py
View file @
0350809f
...
@@ -191,7 +191,7 @@ _TEXT_GENERATION_EXAMPLE_MODELS = {
...
@@ -191,7 +191,7 @@ _TEXT_GENERATION_EXAMPLE_MODELS = {
trust_remote_code
=
True
),
trust_remote_code
=
True
),
"MistralForCausalLM"
:
_HfExamplesInfo
(
"mistralai/Mistral-7B-Instruct-v0.1"
),
"MistralForCausalLM"
:
_HfExamplesInfo
(
"mistralai/Mistral-7B-Instruct-v0.1"
),
"MixtralForCausalLM"
:
_HfExamplesInfo
(
"mistralai/Mixtral-8x7B-Instruct-v0.1"
,
# noqa: E501
"MixtralForCausalLM"
:
_HfExamplesInfo
(
"mistralai/Mixtral-8x7B-Instruct-v0.1"
,
# noqa: E501
{
"
falcon3"
:
"ehristoforu/Falcon3-MoE-2x7B-Insruct
"
}),
# noqa: E501
{
"
tiny"
:
"TitanML/tiny-mixtral
"
}),
# noqa: E501
"QuantMixtralForCausalLM"
:
_HfExamplesInfo
(
"mistral-community/Mixtral-8x22B-v0.1-AWQ"
),
# noqa: E501
"QuantMixtralForCausalLM"
:
_HfExamplesInfo
(
"mistral-community/Mixtral-8x22B-v0.1-AWQ"
),
# noqa: E501
"MptForCausalLM"
:
_HfExamplesInfo
(
"mpt"
,
is_available_online
=
False
),
"MptForCausalLM"
:
_HfExamplesInfo
(
"mpt"
,
is_available_online
=
False
),
"MPTForCausalLM"
:
_HfExamplesInfo
(
"mosaicml/mpt-7b"
),
"MPTForCausalLM"
:
_HfExamplesInfo
(
"mosaicml/mpt-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