Skip to content

Commit 73cc00e

Browse files
committed
Fix accelerate versions
1 parent 73d2f14 commit 73cc00e

5 files changed

+5
-5
lines changed

requirements_linux.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
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
22
xformers==0.0.20 bitsandbytes==0.39.1
3-
accelerate==0.19.0 tensorboard==2.12.1 tensorflow==2.12.0
3+
accelerate==0.15.0 tensorboard==2.12.1 tensorflow==2.12.0
44
-r requirements.txt

requirements_linux_docker.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
xformers==0.0.20
22
bitsandbytes==0.39.1
3-
accelerate==0.19.0
3+
accelerate==0.15.0
44
tensorboard==2.12.1
55
tensorflow==2.12.0

requirements_macos_amd64.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
torch==2.0.0 torchvision==0.15.1 -f https://download.pytorch.org/whl/cpu/torch_stable.html
22
xformers bitsandbytes==0.35.0
3-
accelerate==0.19.0 tensorflow-macos tensorboard==2.12.1
3+
accelerate==0.15.0 tensorflow-macos tensorboard==2.12.1
44
-r requirements.txt

requirements_macos_arm64.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
torch==2.0.0 torchvision==0.15.1 -f https://download.pytorch.org/whl/cpu/torch_stable.html
22
xformers bitsandbytes==0.35.0
3-
accelerate==0.19.0 tensorflow-metal tensorboard==2.12.1
3+
accelerate==0.15.0 tensorflow-metal tensorboard==2.12.1
44
-r requirements.txt

requirements_runpod.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
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
22
xformers==0.0.20 bitsandbytes==0.39.1
3-
accelerate==0.19.0 tensorboard==2.12.1 tensorflow==2.12.0
3+
accelerate==0.15.0 tensorboard==2.12.1 tensorflow==2.12.0
44
tensorrt
55
-r requirements.txt

0 commit comments

Comments
 (0)