mirror of https://github.com/bmaltais/kohya_ss
Revving back bitsandbytes for linux causing training issues
parent
1db40bba63
commit
caa22aeb6d
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue