From 2312568cdf74ad2b07fab7c9176e9e19647cd5aa Mon Sep 17 00:00:00 2001 From: Jagrut <202702863+jagrut-thakare@users.noreply.github.com> Date: Fri, 11 Jul 2025 16:44:24 +0530 Subject: [PATCH] v1 --- build.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 build.sh diff --git a/build.sh b/build.sh new file mode 100644 index 0000000..308aacc --- /dev/null +++ b/build.sh @@ -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