Skip to content

Instantly share code, notes, and snippets.

@shawngraham
shawngraham / instructions.txt
Last active April 8, 2025 02:39
installing nerfstudio on a mac
# https://github.com/nerfstudio-project/nerfstudio/issues/2438
conda create --name nerfstudio -y python=3.8
conda activate nerfstudio
python -m pip install --upgrade pip
pip uninstall torch torchvision functorch tinycudann
pip install torch==2.0.1 torchvision==0.15.2
git clone https://github.com/nerfstudio-project/nerfstudio.git
cd nerfstudio