This commit is contained in:
Jagrut 2025-07-11 16:44:24 +05:30
parent f9fe11a8a9
commit 2312568cdf

4
build.sh Normal file
View File

@ -0,0 +1,4 @@
conda create -n roop python=3.9 -y
conda activate roop
conda install cudatoolkit=11.8 nccl cudnn
pip install -r requirements.txt