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
43b05fa3
Unverified
Commit
43b05fa3
authored
Dec 08, 2024
by
youkaichao
Committed by
GitHub
Dec 08, 2024
Browse files
[torch.compile][misc] fix comments (#10993)
Signed-off-by:
youkaichao
<
youkaichao@gmail.com
>
parent
a11f3265
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
vllm/config.py
vllm/config.py
+2
-2
No files found.
vllm/config.py
View file @
43b05fa3
...
...
@@ -2177,8 +2177,8 @@ class CompilationConfig(BaseModel):
TODO: move outside cudagraph logic into compilation.
torch.compile will handle cudagraph capture logic in the future.
- cudagraph_capture_sizes: sizes to capture cudagraph.
- None: capture sizes are inferred from
compilation context
.
- List[int]: capture sizes are specified.
- None
(default)
: capture sizes are inferred from
vllm config
.
- List[int]: capture sizes are specified
as given
.
- cudagraph_num_of_warmups: number of warmup runs for cudagraph.
It means the first several runs will be treated as warmup runs.
Only after that, the execution will be recorded, and the recorded
...
...
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