Skip to content

Commit c18f76d

Browse files
zhxchen17epwalsh
authored andcommitted
[ez] Remove a trailing space from compilation/decorators.py (vllm-project#22028)
1 parent 3647d40 commit c18f76d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vllm/compilation/decorators.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ def forward(self, x: torch.Tensor, y: Optional[torch.Tensor]):
108108
During runtime, when we actually mark dimensions of tensors,
109109
it depends on the value of arguments:
110110
111-
- if it is a single integer (can be negative), the corresponding dimension
111+
- if it is a single integer (can be negative), the corresponding dimension
112112
of the argument will be marked as dynamic.
113113
- if it is `None`, ignored.
114114
- if it is `IntermediateTensors`, all the tensors in the intermediate

0 commit comments

Comments
 (0)