Skip to content

Commit

Permalink
fix: fixed mmcv not being able to install
Browse files Browse the repository at this point in the history
  • Loading branch information
LynnL4 committed Nov 13, 2023
1 parent ebb1ec2 commit 6a5554e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/setup_colab.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ else
echo -en "${GREEN}OK${RST}\n"
fi

# limit torch version
pip install torch==2.0.0 torchvision==0.15.1 torchaudio==2.0.1

# install base deps
echo -en "Installing base deps... "
Expand Down

0 comments on commit 6a5554e

Please sign in to comment.