cheeseman182 commited on
Commit
2dac743
·
verified ·
1 Parent(s): aa1e885

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -8
requirements.txt CHANGED
@@ -1,9 +1,8 @@
1
- --find-links https://download.pytorch.org/whl/cu121
2
- torch==2.3.1+cu121
3
- torchvision==0.18.1+cu121
4
- bitsandbytes==0.43.1
5
- transformers==4.41.2
6
- accelerate==0.31.0
7
- diffusers==0.29.0
8
- gradio==4.36.1
9
  imageio[ffmpeg]
 
1
+ torch
2
+ torchvision
3
+ bitsandbytes
4
+ transformers
5
+ accelerate
6
+ diffusers
7
+ gradio
 
8
  imageio[ffmpeg]