Revving back bitsandbytes for linux causing training issues

pull/1080/head
bmaltais 2023-06-26 15:13:51 -04:00
parent 1db40bba63
commit caa22aeb6d
3 changed files with 4 additions and 4 deletions

View File

@ -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
xformers==0.0.20 bitsandbytes==0.35.0
accelerate==0.15.0 tensorboard==2.12.1 tensorflow==2.12.0
-r requirements.txt

View File

@ -1,5 +1,5 @@
xformers==0.0.20
bitsandbytes==0.39.1
bitsandbytes==0.35.0
accelerate==0.15.0
tensorboard==2.12.1
tensorflow==2.12.0

View File

@ -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
--no-cache-dir 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.35.0
accelerate==0.15.0 tensorboard==2.12.1 tensorflow==2.12.0
-r requirements.txt