Open
Description
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
Metadata
Metadata
Assignees
Labels
No labels