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
7349d526
Unverified
Commit
7349d526
authored
Jul 31, 2025
by
Zhengxu Chen
Committed by
GitHub
Jul 31, 2025
Browse files
[ez] Remove a trailing space from compilation/decorators.py (#22028)
parent
94846416
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
vllm/compilation/decorators.py
vllm/compilation/decorators.py
+1
-1
No files found.
vllm/compilation/decorators.py
View file @
7349d526
...
@@ -108,7 +108,7 @@ def support_torch_compile(
...
@@ -108,7 +108,7 @@ def support_torch_compile(
During runtime, when we actually mark dimensions of tensors,
During runtime, when we actually mark dimensions of tensors,
it depends on the value of arguments:
it depends on the value of arguments:
- if it is a single integer (can be negative), the corresponding dimension
- if it is a single integer (can be negative), the corresponding dimension
of the argument will be marked as dynamic.
of the argument will be marked as dynamic.
- if it is `None`, ignored.
- if it is `None`, ignored.
- if it is `IntermediateTensors`, all the tensors in the intermediate
- if it is `IntermediateTensors`, all the tensors in the intermediate
...
...
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