Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

install.sh should be updated to correctly install cuda-11.8.0::cuda-toolkit #22

Open
0d129 opened this issue Dec 11, 2024 · 0 comments
Open

Comments

@0d129
Copy link

0d129 commented Dec 11, 2024

This command in install.sh will install the latest cuda-toolkit, currently 12.4, which is not aligned with pytorch and will stop us from building DROID-SLAM.

conda install nvidia/label/cuda-11.8.0::cuda-toolkit -y

To fix this, we should give channel a higher priority, refer to disscusion from ContinuumIO/anaconda-issues#13398 :

conda install -c nvidia/label/cuda-11.8.0 cuda-toolkit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant