Skip to content

Instantly share code, notes, and snippets.

View jlopezr's full-sized avatar

Juan López Rubio jlopezr

View GitHub Profile
@shawngraham
shawngraham / instructions.txt
Last active November 2, 2025 16:57
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