Summary: https://github.com/pytorch/pytorch/pull/96195 was an experiment
for debugging flaky failures on CI.

Pull Request resolved: https://github.com/pytorch/pytorch/pull/96897
Approved by: https://github.com/ngimel
This commit is contained in:
Bin Bao
2023-03-15 22:38:07 +00:00
committed by PyTorch MergeBot
parent 8187c0de88
commit 577d930c39

View File

@ -1941,8 +1941,6 @@ def run(runner, args, original_dir=None):
if args.specialize_int:
torch._dynamo.config.specialize_int = True
if args.ci:
if args.inductor and args.accuracy:
torch._inductor.config.compile_threads = 1
if args.accuracy:
# Run fewer iterations when checking accuracy
args.repeat = 2