Skip to content

Commit

Permalink
Fix accelerate versions
Browse files Browse the repository at this point in the history
  • Loading branch information
bmaltais committed Jun 24, 2023
1 parent 73d2f14 commit 73cc00e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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.39.1
accelerate==0.19.0 tensorboard==2.12.1 tensorflow==2.12.0
accelerate==0.15.0 tensorboard==2.12.1 tensorflow==2.12.0
-r requirements.txt
2 changes: 1 addition & 1 deletion requirements_linux_docker.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
xformers==0.0.20
bitsandbytes==0.39.1
accelerate==0.19.0
accelerate==0.15.0
tensorboard==2.12.1
tensorflow==2.12.0
2 changes: 1 addition & 1 deletion requirements_macos_amd64.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
torch==2.0.0 torchvision==0.15.1 -f https://download.pytorch.org/whl/cpu/torch_stable.html
xformers bitsandbytes==0.35.0
accelerate==0.19.0 tensorflow-macos tensorboard==2.12.1
accelerate==0.15.0 tensorflow-macos tensorboard==2.12.1
-r requirements.txt
2 changes: 1 addition & 1 deletion requirements_macos_arm64.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
torch==2.0.0 torchvision==0.15.1 -f https://download.pytorch.org/whl/cpu/torch_stable.html
xformers bitsandbytes==0.35.0
accelerate==0.19.0 tensorflow-metal tensorboard==2.12.1
accelerate==0.15.0 tensorflow-metal tensorboard==2.12.1
-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+cu117 torchvision==0.15.2+cu117 --extra-index-url https://download.pytorch.org/whl/cu117 # no_verify leave this to specify not checking this a verification stage
xformers==0.0.20 bitsandbytes==0.39.1
accelerate==0.19.0 tensorboard==2.12.1 tensorflow==2.12.0
accelerate==0.15.0 tensorboard==2.12.1 tensorflow==2.12.0
tensorrt
-r requirements.txt

0 comments on commit 73cc00e

Please sign in to comment.