[ez] Remove a trailing space from compilation/decorators.py (#22028)

This commit is contained in:
Zhengxu Chen 2025-07-31 12:46:07 -04:00 committed by GitHub
parent 9484641616
commit 7349d5268b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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