Install IREE pre-releases (#1139)

This commit is contained in:
mariecwhite
2023-03-02 21:17:56 -08:00
committed by GitHub
parent ad821a1fc8
commit a52331d4aa

View File

@@ -102,7 +102,7 @@ else
fi
if [[ -z "${NO_BACKEND}" ]]; then
echo "Installing ${RUNTIME}..."
$PYTHON -m pip install --upgrade --find-links ${RUNTIME} iree-compiler iree-runtime
$PYTHON -m pip install --pre --upgrade --find-links ${RUNTIME} iree-compiler iree-runtime
else
echo "Not installing a backend, please make sure to add your backend to PYTHONPATH"
fi