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
4ba88757
Unverified
Commit
4ba88757
authored
Oct 08, 2025
by
Wentao Ye
Committed by
GitHub
Oct 08, 2025
Browse files
[Bug] Fix Test in Batch Invariant (#26128)
Signed-off-by:
yewentao256
<
zhyanwentao@126.com
>
parent
6273fe8d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
tests/v1/generation/test_batch_invariance.py
tests/v1/generation/test_batch_invariance.py
+4
-1
No files found.
tests/v1/generation/test_batch_invariance.py
View file @
4ba88757
...
@@ -292,8 +292,11 @@ def LLM_with_max_seqs(
...
@@ -292,8 +292,11 @@ def LLM_with_max_seqs(
# Allow some CPU offload if needed.
# Allow some CPU offload if needed.
swap_space
=
swap_space
,
swap_space
=
swap_space
,
# Keep things lean and CI-friendly.
# Keep things lean and CI-friendly.
dtype
=
"
float16
"
,
dtype
=
"
auto
"
,
# Single-GPU by default; override externally if desired.
# Single-GPU by default; override externally if desired.
tensor_parallel_size
=
int
(
os
.
getenv
(
"VLLM_TP_SIZE"
,
"1"
)),
tensor_parallel_size
=
int
(
os
.
getenv
(
"VLLM_TP_SIZE"
,
"1"
)),
trust_remote_code
=
os
.
getenv
(
"VLLM_TRUST_REMOTE_CODE"
,
"0"
)
==
"1"
,
trust_remote_code
=
os
.
getenv
(
"VLLM_TRUST_REMOTE_CODE"
,
"0"
)
==
"1"
,
enable_prefix_caching
=
False
,
# Enable for MOE models
# enable_expert_parallel=True,
)
)
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