tlopex opened a new pull request, #19738: URL: https://github.com/apache/tvm/pull/19738
This updates the CI GPU Docker dependency pin for `cuda-python` from `12.8.0` to `12.9.4`. `torch==2.10.0`, installed later by `ubuntu_install_onnx.sh`, requires `cuda-bindings==12.9.4` on Linux x86_64. However, `cuda-python==12.8.0` constrains `cuda-bindings` to the `12.8.x` series, leaving the CI Python CUDA dependency set inconsistent. Using `cuda-python==12.9.4` keeps the `cuda-bindings` requirement aligned with the PyTorch wheel already used in the CI image. This does not change the CUDA base image. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
