-
Notifications
You must be signed in to change notification settings - Fork 46
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
nvrtc: error: invalid value for --gpu-architecture (-arch) #52
Comments
I have same question. what gpu or cuda you use? |
My GPU is Nvidia RTX 5000 Ada. CUDA 11.3. |
I resolve this issue by switching to cuda 11.8 and corresponding torch.
make sure the cuda version (nvcc -- version) is 11.8 under your conda environment. |
what is "senyan.dev"? Is it a channel? Does it exist? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When I try to run the following command to train the playroom dataset provided by the 3DGS repository:
I encounter the following issues:
Any help on how to resolve this?
The text was updated successfully, but these errors were encountered: