mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-07 12:21:27 +01:00
This doesn't affect CI anyway, but will fix running from command-line Pull Request resolved: https://github.com/pytorch/pytorch/pull/78977 Approved by: https://github.com/seemethere
9 lines
165 B
Python
9 lines
165 B
Python
# Owner(s): ["oncall: jit"]
|
|
|
|
import sys
|
|
sys.argv.append("--jit_executor=profiling")
|
|
from test_jit import * # noqa: F403
|
|
|
|
if __name__ == '__main__':
|
|
run_tests()
|