You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
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).
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
The text was updated successfully, but these errors were encountered: