Skip to content

Commit

Permalink
update windows setup cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
victorchall committed Apr 1, 2024
1 parent 45ecb11 commit 65bd7b3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions windows_setup.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ 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.38.2
pip install -U diffusers[torch]==0.23.1
pip install -U diffusers[torch]
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 aiohttp==3.8.4
pip install tensorboard>=2.11.0
Expand All @@ -24,7 +24,7 @@ pip install dadaptation
pip install safetensors
pip install prodigyopt
pip install torchsde
pip install peft==0.9.0
pip install peft>=0.9.0
python utils/get_yamls.py
GOTO :eof

Expand Down

0 comments on commit 65bd7b3

Please sign in to comment.