setup.sh 130 Bytes
Newer Older
Ruilong Li's avatar
init  
Ruilong Li committed
1
2
conda create -n nerfacc python=3.9 -y
conda activate nerfacc
Matt Tancik's avatar
Matt Tancik committed
3
4
conda install pytorch cudatoolkit=11.3 -c pytorch -y
pip install -e .