Skip to content

Commit 81adf2b

Browse files
committed
linting error fix
1 parent 0676981 commit 81adf2b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

py/torch_tensorrt/fx/converters/acc_ops_converters.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2107,7 +2107,7 @@ def acc_ops_fmod(
21072107
kwargs["input"],
21082108
kwargs["other"],
21092109
)
2110-
2110+
21112111

21122112
# T113156424 embedding implemenatation is very limited and shows no usage in hf models due to the indices are int64.
21132113
# if we cast to int32, it will create accuracy issues. We'd better leave it to future implementation.

py/torch_tensorrt/fx/converters/impl/elementwise/ops.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -146,4 +146,4 @@ def fmod(
146146
input,
147147
prod_value,
148148
)
149-
return sub_value
149+
return sub_value

0 commit comments

Comments
 (0)