# Examples using nerfacc ## Installation Extra dependencies are needed. You should make sure that you are using version of pytorch that support CUDA 11. ``` pip install torch --extra-index-url https://download.pytorch.org/whl/cu113 ``` Then install via pip ``` pip install nerfacc[examples] ``` To install locally ``` pip install -e .[examples] ```