Create install.sh

This commit is contained in:
Alex Z 2024-01-17 08:48:27 +08:00 committed by GitHub
parent 8670d25211
commit 5d9cc66776

4
install.sh Normal file
View File

@ -0,0 +1,4 @@
#!/bin/bash
conda install gcc gxx ffmpeg cmake
conda install pytorch==2.1.1 torchvision==0.16.1 torchaudio==2.1.1 pytorch-cuda=11.8 -c pytorch -c nvidia
pip install -r requirements.txt