pytorch / TensorRT

PyTorch/TorchScript/FX compiler for NVIDIA GPUs using TensorRT
https://pytorch.org/TensorRT
BSD 3-Clause "New" or "Revised" License
2.6k stars 351 forks source link

chore: Make substitute-runner in Windows CI work again #3225

Closed HolyWu closed 1 month ago

HolyWu commented 1 month ago

Description

Since https://github.com/pytorch/test-infra/pull/5722, the substitute-runner job failed to replace the runner due to the string changed. When running on G5 instance, the time spent on building the wheel were less than 10 mins, and the job could usually complete in less than 15 mins, like https://github.com/pytorch/TensorRT/actions/runs/10998678934/job/30537276131#step:11:1. But when running on G4dn instance, the time spent on building the wheel became more than 30 mins, and the job took around 1 hour to complete, like https://github.com/pytorch/TensorRT/actions/runs/11220833237/job/31189943670#step:12:1.