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

Reverted https://github.com/pytorch/pytorch/pull/156703 on behalf of https://github.com/izaitsevfb due to breaking tests internally with `assert common_utils.SEED is not None` ([comment](https://github.com/pytorch/pytorch/pull/156703#issuecomment-3152337518))
2025-08-04 20:37:39 +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()