We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0676981 commit 81adf2bCopy full SHA for 81adf2b
py/torch_tensorrt/fx/converters/acc_ops_converters.py
@@ -2107,7 +2107,7 @@ def acc_ops_fmod(
2107
kwargs["input"],
2108
kwargs["other"],
2109
)
2110
-
+
2111
2112
# T113156424 embedding implemenatation is very limited and shows no usage in hf models due to the indices are int64.
2113
# 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
@@ -146,4 +146,4 @@ def fmod(
146
input,
147
prod_value,
148
149
- return sub_value
+ return sub_value
0 commit comments