Skip to content

Commit 7acb322

Browse files
committed
amend
1 parent 1145fd2 commit 7acb322

File tree

1 file changed

+1
-1
lines changed
  • .github/unittest/linux_libs/scripts_jumanji

1 file changed

+1
-1
lines changed

.github/unittest/linux_libs/scripts_jumanji/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ git submodule sync && git submodule update --init --recursive
2828
printf "Installing PyTorch with cu121"
2929
if [[ "$TORCH_VERSION" == "nightly" ]]; then
3030
if [ "${CU_VERSION:-}" == cpu ] ; then
31-
pip3 install 'mpmath<1.4'' --pre torch --index-url https://download.pytorch.org/whl/nightly/cpu -U
31+
pip3 install 'mpmath<1.4' --pre torch --index-url https://download.pytorch.org/whl/nightly/cpu -U
3232
else
3333
pip3 install 'mpmath<1.4' --pre torch --index-url https://download.pytorch.org/whl/nightly/cu121 -U
3434
fi

0 commit comments

Comments
 (0)