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

Little typo in Manual Instructions #35

Open
cubantonystark opened this issue Dec 20, 2023 · 2 comments
Open

Little typo in Manual Instructions #35

cubantonystark opened this issue Dec 20, 2023 · 2 comments

Comments

@cubantonystark
Copy link

The line to install pytorch3d seems to be backwards. It reads:

conda install pytorch3d -c pytorch3d==0.7.4

and should be

conda install pytorch3d==0.7.4 -c pytorch3d

Great work and my utmost respect for this breakthrough!

@Anttwo
Copy link
Owner

Anttwo commented Dec 20, 2023

Hello @cubantonystark,

Thank you so much for your kind words!

Indeed, you are right!
Thank you for noticing this, I just updated the README.md file.

@cubantonystark
Copy link
Author

cubantonystark commented Dec 20, 2023

Also, I humbly suggest you add this line:

conda install -c "nvidia/label/cuda-11.8.0" cuda-toolkit

into the README for those who might need to install CUDA.

Excellent travail, monsieur!

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

2 participants