We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96de2e2 commit 5101feeCopy full SHA for 5101fee
README.md
@@ -104,6 +104,7 @@ conda install -c "nvidia/label/cuda-11.8.0" cuda-toolkit
104
105
# Some need to upgrade dill prior to tiny-cuda-nn install
106
pip install dill --upgrade
107
+pip install --upgrade pip "setuptools<70.0"
108
109
pip install ninja git+https://github.com/NVlabs/tiny-cuda-nn/#subdirectory=bindings/torch
110
```
@@ -114,7 +115,6 @@ We refer to [Nerfstudio](https://github.com/nerfstudio-project/nerfstudio/blob/v
114
115
```bash
116
git clone https://github.com/georghess/neurad-studio.git
117
cd neurad-studio
-pip install --upgrade pip "setuptools<70.0"
118
pip install -e .
119
120
0 commit comments