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
c3a722fc
Unverified
Commit
c3a722fc
authored
Oct 14, 2025
by
Michael Goin
Committed by
GitHub
Oct 14, 2025
Browse files
[CI Failure] Fix tests with missing TinyLlama-1.1B-Chat-v1.0-FP8-e2e (#26816)
Signed-off-by:
mgoin
<
mgoin64@gmail.com
>
parent
aba48f7d
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
tests/compile/test_async_tp.py
tests/compile/test_async_tp.py
+1
-1
tests/compile/test_fusion_all_reduce.py
tests/compile/test_fusion_all_reduce.py
+1
-1
tests/compile/test_sequence_parallelism.py
tests/compile/test_sequence_parallelism.py
+1
-1
No files found.
tests/compile/test_async_tp.py
View file @
c3a722fc
...
...
@@ -332,7 +332,7 @@ def async_tp_pass_on_test_model(
# this is a fake model name to construct the model config
# in the vllm_config, it's not really used.
model_name
=
"
nm-testing/TinyLlama-1.1B-Chat-v1.0-FP8-e2e
"
model_name
=
"
RedHatAI/Llama-3.2-1B-Instruct-FP8
"
vllm_config
.
model_config
=
ModelConfig
(
model
=
model_name
,
trust_remote_code
=
True
,
dtype
=
dtype
,
seed
=
42
)
...
...
tests/compile/test_fusion_all_reduce.py
View file @
c3a722fc
...
...
@@ -229,7 +229,7 @@ def all_reduce_fusion_pass_on_test_model(
# this is a fake model name to construct the model config
# in the vllm_config, it's not really used.
model_name
=
"
nm-testing/TinyLlama-1.1B-Chat-v1.0-FP8-e2e
"
model_name
=
"
RedHatAI/Llama-3.2-1B-Instruct-FP8
"
vllm_config
.
model_config
=
ModelConfig
(
model
=
model_name
,
trust_remote_code
=
True
,
dtype
=
dtype
,
seed
=
42
)
...
...
tests/compile/test_sequence_parallelism.py
View file @
c3a722fc
...
...
@@ -278,7 +278,7 @@ def sequence_parallelism_pass_on_test_model(
# this is a fake model name to construct the model config
# in the vllm_config, it's not really used.
model_name
=
"
nm-testing/TinyLlama-1.1B-Chat-v1.0-FP8-e2e
"
model_name
=
"
RedHatAI/Llama-3.2-1B-Instruct-FP8
"
vllm_config
.
model_config
=
ModelConfig
(
model
=
model_name
,
trust_remote_code
=
True
,
dtype
=
dtype
,
seed
=
42
)
...
...
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