update windows setup

This commit is contained in:
Victor Hall 2024-03-22 13:17:27 -04:00
parent 2525b62569
commit 273ce23c7c
1 changed files with 2 additions and 1 deletions

View File

@ -4,7 +4,7 @@ echo should be in venv here
cd .
python -m pip install --upgrade pip
pip install torch==2.1.0+cu121 torchvision==0.16.0+cu121 --extra-index-url "https://download.pytorch.org/whl/cu121"
pip install -U transformers==4.35.0
pip install -U transformers==4.38.2
pip install -U diffusers[torch]==0.23.1
pip install pynvml==11.4.1
pip install -U pip install -U https://github.com/jllllll/bitsandbytes-windows-webui/releases/download/wheels/bitsandbytes-0.41.1-py3-none-win_amd64.whl
@ -24,6 +24,7 @@ pip install dadaptation
pip install safetensors
pip install prodigyopt
pip install torchsde
pip install peft==0.9.0
python utils/get_yamls.py
GOTO :eof