Create install.sh

main
Alex Z 2 years ago committed by GitHub
parent 2078ad1177
commit b8c4cbd900
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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
Loading…
Cancel
Save