Files
pytorch/test/test_jit_fuser_legacy.py
PyTorch MergeBot 39189592fd Revert "Stop parsing command line arguments every time common_utils is imported. (#156703)"
This reverts commit ac7b4e7fe4d233dcd7f6343d42b4fa3d64bce548.

Reverted https://github.com/pytorch/pytorch/pull/156703 on behalf of https://github.com/clee2000 due to failing internally D80206253, see above comment for details ([comment](https://github.com/pytorch/pytorch/pull/156703#issuecomment-3362156908))
2025-10-02 16:54:22 +00:00

9 lines
168 B
Python

# Owner(s): ["oncall: jit"]
import sys
sys.argv.append("--jit-executor=legacy")
from test_jit_fuser import * # noqa: F403
if __name__ == '__main__':
run_tests()