mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
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:
committed by
PyTorch MergeBot
parent
477c2273e1
commit
b4619f0272
@ -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
|
||||
|
Reference in New Issue
Block a user