mirror of
https://github.com/JarodMica/ai-voice-cloning.git
synced 2025-06-07 06:05:52 -04:00
Update setup-cuda.bat
Emergency update, submodules now are correctly frozen and shouldn't be installed with the latest versions, resolving latent issue
This commit is contained in:
parent
24892dc2cc
commit
349f39ca84
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ if errorlevel 1 (
|
|||
|
||||
:: Initialize and update git submodules
|
||||
git submodule init
|
||||
git submodule update --remote
|
||||
git submodule update
|
||||
|
||||
:: Set up virtual environment with Python 3.11
|
||||
py -3.11 -m venv venv
|
||||
|
|
Loading…
Add table
Reference in a new issue