From 6bae8c6a8cf9d6be4010d5d171d1eff619c54c9e Mon Sep 17 00:00:00 2001 From: YongeBai Date: Thu, 7 Sep 2023 19:19:27 +0800 Subject: [PATCH] removing venv setup --- setup-cuda.sh | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/setup-cuda.sh b/setup-cuda.sh index 72ffe14..1f1f6e2 100755 --- a/setup-cuda.sh +++ b/setup-cuda.sh @@ -2,10 +2,6 @@ # get local dependencies git submodule init git submodule update --remote -# setup venv -python3 -m venv venv -source ./venv/bin/activate -python3 -m pip install --upgrade pip # just to be safe # CUDA pip3 install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cu118 # install requirements @@ -15,6 +11,4 @@ python3 -m pip install -r ./modules/dlas/requirements.txt # instal DLAS requirem python3 -m pip install -e ./modules/dlas/ # install DLAS python3 -m pip install -r ./requirements.txt # install local requirements -rm *.bat - -deactivate \ No newline at end of file +rm *.bat \ No newline at end of file