revert fix_torch import

This commit is contained in:
huchenlei 2024-12-08 20:58:28 -05:00
parent ee13a28b41
commit 10e08b0554

View File

@ -86,8 +86,9 @@ if __name__ == "__main__":
import cuda_malloc
if args.windows_standalone_build:
# TODO: Convert fix_torch to a function.
try:
pass
import fix_torch # noqa: F401
except:
pass