Skip to content

Commit

Permalink
Bump xformers version
Browse files Browse the repository at this point in the history
bmaltais committed Sep 3, 2023
1 parent aee8f9e commit 45828a3
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements_linux.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
torch==2.0.1+cu118 torchvision==0.15.2+cu118 --extra-index-url https://download.pytorch.org/whl/cu118 # no_verify leave this to specify not checking this a verification stage
xformers==0.0.20 bitsandbytes==0.41.1
xformers==0.0.21 bitsandbytes==0.41.1
tensorboard==2.12.3 tensorflow==2.12.0
-r requirements.txt
2 changes: 1 addition & 1 deletion requirements_runpod.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
torch==2.0.1+cu118 torchvision==0.15.2+cu118 --extra-index-url https://download.pytorch.org/whl/cu118 # no_verify leave this to specify not checking this a verification stage
xformers==0.0.20 bitsandbytes==0.41.1
xformers==0.0.21 bitsandbytes==0.41.1
tensorboard==2.12.3 tensorflow==2.12.0 wheel
tensorrt
-r requirements.txt
2 changes: 1 addition & 1 deletion requirements_windows_torch2.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
torch==2.0.1+cu118 torchvision==0.15.2+cu118 --index-url https://download.pytorch.org/whl/cu118 # no_verify
xformers==0.0.20
xformers==0.0.21
bitsandbytes==0.35.0 # no_verify
# https://github.com/jllllll/bitsandbytes-windows-webui/releases/download/wheels/bitsandbytes-0.41.1-py3-none-win_amd64.whl # no_verify
tensorboard==2.12.3 tensorflow==2.12.0

0 comments on commit 45828a3

Please sign in to comment.