Skip to content

Commit

Permalink
fix torch version
Browse files Browse the repository at this point in the history
  • Loading branch information
ojh6404 committed Jul 24, 2024
1 parent 480b6a8 commit bc50217
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deep_vision_ros/prepare.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ pip3 install gdown # Install gdown to download the model
git submodule update --init --recursive
sudo apt install -y python3.9 python3.9-dev python3.9-venv
python3.9 -m pip install numpy==1.26.4 psutil==5.9.8
python3.9 -m pip install torch torchvision
python3.9 -m pip install torch==2.3.0 torchvision==0.18.0 torchaudio==2.3.0 --index-url https://download.pytorch.org/whl/cu121
CUDA_ARCH="8.0;8.6" python3.9 -m pip install natten==0.17.1+torch230cu121 -f https://shi-labs.com/natten/wheels/

0 comments on commit bc50217

Please sign in to comment.