Skip to content

Commit

Permalink
Remove bitsandbytes version to fix CUDA version 12x compatible proble…
Browse files Browse the repository at this point in the history
…m, tested on RTX4090, cu121, Ubuntu22.04
  • Loading branch information
ArtificialCleverness committed Apr 29, 2023
1 parent 6365708 commit 49441ed
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
accelerate==0.15.0
albumentations==1.3.0
altair==4.2.2
bitsandbytes==0.35.0
bitsandbytes==0.35.0; sys_platform == 'win32'
bitsandbytes==0.38.1; (sys_platform == "darwin" or sys_platform == "linux")
dadaptation==1.5
diffusers[torch]==0.10.2
easygui==0.98.3
Expand Down Expand Up @@ -31,4 +32,4 @@ tensorflow==2.10.1; sys_platform != 'darwin'
# For locon support
lycoris_lora==0.1.4
# for kohya_ss library
.
.

0 comments on commit 49441ed

Please sign in to comment.