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

Update README.md; Error in CUDA_HOME #33

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

taoranyi
Copy link

@taoranyi taoranyi commented Dec 9, 2024

Setting CUDA_HOME allows the _check_cuda_version function in torch to correctly identify the CUDA version, otherwise it will cause the error mentioned in issue 12.

@darkon12
Copy link

darkon12 commented Dec 9, 2024

Setting CUDA_HOME allows the _check_cuda_version function in torch to correctly identify the CUDA version, otherwise it will cause the error mentioned in #12 (comment).

Where ?

@AlexNolasco
Copy link

Setting CUDA_HOME allows the _check_cuda_version function in torch to correctly identify the CUDA version, otherwise it will cause the error mentioned in #12 (comment).

Where ?

It's explained in the commit
https://github.com/microsoft/TRELLIS/pull/33/files

@darkon12
Copy link

darkon12 commented Dec 9, 2024

It's explained in the commit https://github.com/microsoft/TRELLIS/pull/33/files

Installed 11.8 and export both paths, still got:
#26

@taoranyi
Copy link
Author

This PR only addresses the following error: The detected CUDA version (12.4) mismatches the version that was used to compile PyTorch (11.8). Please make sure to use the same CUDA versions.

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

Successfully merging this pull request may close these issues.

3 participants