forked from mrq/ai-voice-cloning
removing venv setup
This commit is contained in:
parent
5f80ee9b38
commit
6bae8c6a8c
|
@ -2,10 +2,6 @@
|
||||||
# get local dependencies
|
# get local dependencies
|
||||||
git submodule init
|
git submodule init
|
||||||
git submodule update --remote
|
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
|
# CUDA
|
||||||
pip3 install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cu118
|
pip3 install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cu118
|
||||||
# install requirements
|
# 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 -e ./modules/dlas/ # install DLAS
|
||||||
python3 -m pip install -r ./requirements.txt # install local requirements
|
python3 -m pip install -r ./requirements.txt # install local requirements
|
||||||
|
|
||||||
rm *.bat
|
rm *.bat
|
||||||
|
|
||||||
deactivate
|
|
Loading…
Reference in New Issue
Block a user