ciflow/trunk/194942: Derive the inductor benchmark wheel index from the toolkit version
- PyTorch 近 90 天出现 734 次
- PyTorch 近 90 天第 724 次发版
- 上一次:同一天稍早 · trunk/072a88d63b2d6c0e6112c1d9b522c458a2700afe: [dynamo] Port CPython 3.13 test_abc to Dynamo (#196373)
发生了什么
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…
摘要按规则整理自下方来源原文