ciflow/trunk/194942: Derive the inductor benchmark wheel index from the toolkit version
- PyTorch: 732 events in the last 90 days
- PyTorch: 722th Release in the last 90 days
- Previous: earlier the same day · trunk/072a88d63b2d6c0e6112c1d9b522c458a2700afe: [dynamo] Port CPython 3.13 test_abc to Dynamo (#196373)
What happened
install_inductor_benchmark_deps.sh installs a stable torch purely to satisfy TorchBench's install check, hardcoding the cu130 index for every CUDA 13.x image. That torch is uninstalled afterwards, but its nvidia-* dependency wheels are not: the cleanup names only nccl and cudnn, so a CUDA 13.0 libcublasLt.so.13 is left behind in site-packages. The leftover is not inert. _load_global_deps() preloads component wheels…
Summary assembled by rule from the sources below