mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
[CI] Revert https://github.com/pytorch/pytorch/pull/96195 (#96897)
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:
committed by
PyTorch MergeBot
parent
8187c0de88
commit
577d930c39
@ -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
|
||||
|
Reference in New Issue
Block a user