This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 |