mirror of
https://github.com/aigc3d/LAM_Audio2Expression.git
synced 2026-02-04 09:29:24 +08:00
feat: Initial commit
This commit is contained in:
9
scripts/install/install_cu118.sh
Normal file
9
scripts/install/install_cu118.sh
Normal file
@@ -0,0 +1,9 @@
|
||||
# install torch 2.1.2
|
||||
# or conda install pytorch==2.1.2 torchvision==0.16.2 torchaudio==2.1.2 pytorch-cuda=11.8 -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/cu118
|
||||
|
||||
# install dependencies
|
||||
pip install -r requirements.txt
|
||||
|
||||
# install H5-render
|
||||
pip install wheels/gradio_gaussian_render-0.0.2-py3-none-any.whl
|
||||
9
scripts/install/install_cu121.sh
Normal file
9
scripts/install/install_cu121.sh
Normal file
@@ -0,0 +1,9 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user