mirror of
https://github.com/saymrwulf/pytorch.git
synced 2026-05-15 21:00:47 +00: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
8 lines
165 B
Python
8 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()
|