pytorch
e3429769 - Adding conda retry upload to mitigate connection reset errors (#85407)

Commit
3 years ago
Adding conda retry upload to mitigate connection reset errors (#85407) Adding conda retry upload to mitigate connection reset errors Mitigate errors like this: https://github.com/pytorch/pytorch/actions/runs/3095808905/jobs/5012840560 ``` Uploading file "pytorch-nightly/pytorch/1.13.0.dev20220921/linux-64/pytorch-1.13.0.dev20220921-py3.9_cuda11.6_cudnn8.3.2_0.tar.bz2" 0%| | 0.00/1.24G [00:00<?, ?B/s] 100%|██████████| 1.24G/1.24G [00:00<00:00, 2.08GB/s] 100%|██████████| 1.24G/1.24G [00:04<00:00, 271MB/s] Error: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer')) Error: Process completed with exit code 1. ``` Pull Request resolved: https://github.com/pytorch/pytorch/pull/85407 Approved by: https://github.com/weiwangmeta, https://github.com/malfet, https://github.com/seemethere
Author
Committer
Parents
Loading