← 返回事件
持续讨论AI发版13.0

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

图:PyTorch Releases

发生了什么

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…

摘要按规则整理自下方来源原文

为什么在扩散

来源