update windows setup cmd

This commit is contained in:
Victor Hall 2024-04-01 14:51:33 -04:00
parent 45ecb11402
commit 65bd7b3b92
1 changed files with 3 additions and 3 deletions

View File

@ -5,9 +5,9 @@ cd .
python -m pip install --upgrade pip 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 torch==2.1.0+cu121 torchvision==0.16.0+cu121 --extra-index-url "https://download.pytorch.org/whl/cu121"
pip install -U transformers==4.38.2 pip install -U transformers==4.38.2
pip install -U diffusers[torch]==0.23.1 pip install -U diffusers[torch]
pip install pynvml==11.4.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 pip install -U bitsandbytes
pip install ftfy==6.1.1 pip install ftfy==6.1.1
pip install aiohttp==3.8.4 pip install aiohttp==3.8.4
pip install tensorboard>=2.11.0 pip install tensorboard>=2.11.0
@ -24,7 +24,7 @@ pip install dadaptation
pip install safetensors pip install safetensors
pip install prodigyopt pip install prodigyopt
pip install torchsde pip install torchsde
pip install peft==0.9.0 pip install peft>=0.9.0
python utils/get_yamls.py python utils/get_yamls.py
GOTO :eof GOTO :eof