SyncTalk / app.py
yinwentao
updateRequirements
649a9c5
raw
history blame
490 Bytes
import os
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")