Move IREE pins for linux.

This commit is contained in:
Ean Garvey
2024-01-08 18:23:00 -06:00
committed by GitHub
parent 04b21295ee
commit 5b15ceee35

View File

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