PJLab-ADG / nr3d_lib

Modules, operators and utilities for 3D neural rendering in single-object, multi-object, categorical and large-scale scenes.
MIT License
146 stars 10 forks source link

About installation on 4090 #13

Open InFistLee opened 4 months ago

InFistLee commented 4 months ago

First of all, thanks for your great work!

I have a small question about the installation on 4090, where I get the compute_capability of "89". I have a cuda-toolkit of version 11.6, which does not naturally support compute_89. How can I install the lib on 4090 without updating the cuda-toolkit to 11.8?

Best wishes!