← Back to events
ActiveAIRelease13.0

ciflow/trunk/194942: Derive the inductor benchmark wheel index from the toolkit version

Photo: PyTorch Releases

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

Why it's spreading

Sources