-
Notifications
You must be signed in to change notification settings - Fork 480
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
Has anybody gotten this to work on 2 (or one) 3090? #506
Comments
Found out the most likely culprit for this stuff not working is the fact that despite using a 11.8 cuda container, nvida container toolkit forces cuda 12.4 (the host version) despite my driver 535 having official support for 11.8. According to Nvidia, this is a feature, not a bug |
replacing the Dockerfile with this:
Type nvidia-smi to find your cuda version and replace it in the FROM Line |
I am installing on ubuntu server 24.04 it installed 12.4 by default |
I've installed the docker version of this, but I am getting the following Error:
ImportError: /home/dreamer/.local/lib/python3.10/site-packages/tinycudann_bindings/_86_C.cpython-310-x86_64-linux-gnu.so: undefined symbol: _ZN2at4_ops5zeros4callEN3c108ArrayRefINS2_6SymIntEEENS2_8optionalINS2_10ScalarTypeEEENS6_INS2_6LayoutEEENS6_INS2_6DeviceEEENS6_IbEE
I guessed this is an issiue with the cuda version (which is 12.2). I've tried downgrading the driver but I can only install 535 which comes with 12.2 by default. Every other driver doesn't work at all. 550 doesn't either.
So is it even possible to run this project with a consumer GPU? Has anybody been able to make it work?
The text was updated successfully, but these errors were encountered: