We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1145fd2 commit 7acb322Copy full SHA for 7acb322
.github/unittest/linux_libs/scripts_jumanji/install.sh
@@ -28,7 +28,7 @@ git submodule sync && git submodule update --init --recursive
28
printf "Installing PyTorch with cu121"
29
if [[ "$TORCH_VERSION" == "nightly" ]]; then
30
if [ "${CU_VERSION:-}" == cpu ] ; then
31
- pip3 install 'mpmath<1.4'' --pre torch --index-url https://download.pytorch.org/whl/nightly/cpu -U
+ pip3 install 'mpmath<1.4' --pre torch --index-url https://download.pytorch.org/whl/nightly/cpu -U
32
else
33
pip3 install 'mpmath<1.4' --pre torch --index-url https://download.pytorch.org/whl/nightly/cu121 -U
34
fi
0 commit comments