File size: 600 Bytes
8d34f50 fe5e256 8d34f50 9398402 8d34f50 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 |
import os
from huggingface_hub import HfFileSystem
fs = 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")
fs.ls("/home/user/local", detail=False)
# 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")
|