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

CUDA Version Mismatch Error During Installation of diff-gaussian-rasterization #65

Open
Likithareddy19 opened this issue Jan 24, 2025 · 0 comments

Comments

@Likithareddy19
Copy link

I am encountering an issue during the installation of submodules/diff-gaussian-rasterization.
When running: pip install submodules/diff-gaussian-rasterization
I encountered The error:The detected CUDA version (12.3) mismatches the version that was used to compile PyTorch (11.3).

Image

Image

I tried installing PyTorch with CUDA 11.3:pip install torch==1.12.1+cu113 torchvision==0.13.1+cu113 -f https://download.pytorch.org/whl/torch_stable.html

But the build still fails with the same error.
fails due to CUDA mismatch.

How can I resolve this?

Environment:
CUDA: 12.3
PyTorch: 1.12.1+cu113
Python: 3.8

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