Pin Helion to 0.0.10 in PyTorch CI (#159420)

Pull Request resolved: https://github.com/pytorch/pytorch/pull/159420
Approved by: https://github.com/aorenste, https://github.com/malfet
This commit is contained in:
Oguz Ulgen
2025-07-29 14:17:23 -07:00
committed by PyTorch MergeBot
parent 477c2273e1
commit b4619f0272

View File

@ -103,5 +103,5 @@ fi
# It depends on torch and triton. We don't want to install
# triton and torch from production on Docker CI images
if [[ "$ANACONDA_PYTHON_VERSION" != 3.9* ]]; then
pip_install helion --no-deps
pip_install helion==0.0.10 --no-deps
fi