We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1405f0c commit a332b84Copy full SHA for a332b84
tests/conftest.py
@@ -731,6 +731,9 @@ def __init__(
731
init_ctx = (nullcontext() if default_torch_num_threads is None else
732
set_default_torch_num_threads(default_torch_num_threads))
733
734
+ if not kwargs.get("compilation_config", None):
735
+ kwargs["compilation_config"] = {"cudagraph_capture_sizes": [8]}
736
+
737
with init_ctx:
738
self.llm = LLM(
739
model=model_name,
0 commit comments