File size: 545 Bytes
8d34f50 fe5e256 fa0103d 8d34f50 09f6ae8 9398402 8d34f50 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
import os
from huggingface_hub import HfFileSystem
# os.system(f"pip install --no-index --no-cache-dir pytorch3d -f https://dl.fbaipublicfiles.com/pytorch3d/packaging/wheels/py38_cu113_pyt1121/download.html")
# os.system(f"pip install tensorflow-gpu==2.8.1")
# os.system(f"pip install ./freqencoder")
# os.system(f"pip install ./shencoder")
# os.system(f"pip install ./gridencoder")
# os.system(f"pip install ./raymarching")
#os.system(f"pip install -v -U git+https://github.com/facebookresearch/xformers.git@main#egg=xformers")
|