"vscode:/vscode.git/clone" did not exist on "c9142fd5fe4341fa3491fe07060775f0ed45cd4e"
Unverified Commit c8c3839c authored by Nicolas Hug's avatar Nicolas Hug Committed by GitHub
Browse files

Pin 'mpmath<1.4' in CI (#8291)

parent 3b5e6fc4
......@@ -87,7 +87,8 @@ case $GPU_ARCH_TYPE in
;;
esac
PYTORCH_WHEEL_INDEX="https://download.pytorch.org/whl/${CHANNEL}/${GPU_ARCH_ID}"
pip install --progress-bar=off --pre torch --index-url="${PYTORCH_WHEEL_INDEX}"
# TODO: remove pinning of mpmath when https://github.com/pytorch/vision/issues/8292 is properly fixed.
pip install --progress-bar=off "mpmath<1.4" --pre torch --index-url="${PYTORCH_WHEEL_INDEX}"
if [[ $GPU_ARCH_TYPE == 'cuda' ]]; then
python -c "import torch; exit(not torch.cuda.is_available())"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment