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:
Jarod Mica 2024-06-10 13:25:40 -07:00 committed by GitHub
parent 24892dc2cc
commit 349f39ca84
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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