This commit is contained in:
Jagrut 2025-07-11 16:52:02 +05:30
parent 2312568cdf
commit f1cb8c9a4b

View File

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