File size: 261 Bytes
ba5f085 | 1 2 3 4 5 6 7 8 | conda create -n talkingface python=3.10
conda activate talkingface
pip install -r requirements.txt
apt-get update && apt-get install -y ffmpeg
conda install -c conda-forge 'ffmpeg<7' -y
conda install torchaudio==2.4.0 pytorch-cuda=12.1 -c pytorch -c nvidia -y |