Files
LAM_Audio2Expression/scripts/install/install_cu121.sh
2025-04-17 23:14:24 +08:00

9 lines
388 B
Bash

# install torch 2.1.2
# or conda install pytorch==2.1.2 torchvision==0.16.2 torchaudio==2.1.2 pytorch-cuda=12.1 -c pytorch -c nvidia
pip install torch==2.1.2 torchvision==0.16.2 torchaudio==2.1.2 --index-url https://download.pytorch.org/whl/cu121
# install dependencies
pip install -r requirements.txt
# install H5-render
pip install wheels/gradio_gaussian_render-0.0.2-py3-none-any.whl