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
be8921fb
Unverified
Commit
be8921fb
authored
Oct 02, 2025
by
Thomas Parnell
Committed by
GitHub
Oct 02, 2025
Browse files
Change size of single CUDA graph for CI to 4 (#26089)
Signed-off-by:
Thomas Parnell
<
tpa@zurich.ibm.com
>
parent
d4e7a115
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
tests/conftest.py
tests/conftest.py
+1
-1
No files found.
tests/conftest.py
View file @
be8921fb
...
...
@@ -732,7 +732,7 @@ class VllmRunner:
set_default_torch_num_threads
(
default_torch_num_threads
))
if
not
kwargs
.
get
(
"compilation_config"
,
None
):
kwargs
[
"compilation_config"
]
=
{
"cudagraph_capture_sizes"
:
[
8
]}
kwargs
[
"compilation_config"
]
=
{
"cudagraph_capture_sizes"
:
[
4
]}
with
init_ctx
:
self
.
llm
=
LLM
(
...
...
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