We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6328f31 commit be6b583Copy full SHA for be6b583
README.md
@@ -19,6 +19,7 @@ conda deactivate; conda activate nvf
19
20
python -m pip install --upgrade pip
21
pip install torch==2.0.1+cu117 torchvision==0.15.2+cu117 --extra-index-url https://download.pytorch.org/whl/cu117
22
+pip install git+https://github.com/NVlabs/tiny-cuda-nn/#subdirectory=bindings/torch
23
24
pip install ninja
25
conda install -y -c "nvidia/label/cuda-11.7.1" cuda-nvcc
0 commit comments