Nightfury16 commited on
Commit
075e9a2
·
verified ·
1 Parent(s): 51ed4af

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +16 -9
requirements.txt CHANGED
@@ -1,16 +1,23 @@
1
- torch==2.1.2
2
- torchvision==0.16.2
3
- diffusers==0.24.0
4
- transformers==4.36.2
5
- accelerate==0.25.0
6
- pytorch-lightning==2.2.1
7
- huggingface-hub==0.22.2
 
 
 
 
8
  opencv-python-headless==4.9.0.80
9
  numpy==1.26.4
10
  Pillow==10.2.0
11
  gradio==4.26.0
12
- xformers==0.0.23.post1
 
 
 
13
  peft==0.10.0
14
  ultralytics==8.2.2
15
  addict
16
- yapf
 
1
+ torch==2.3.0
2
+ torchvision==0.18.0
3
+ diffusers==0.27.2
4
+ transformers==4.39.3
5
+ accelerate==0.28.0
6
+
7
+
8
+
9
+ huggingface-hub
10
+
11
+
12
  opencv-python-headless==4.9.0.80
13
  numpy==1.26.4
14
  Pillow==10.2.0
15
  gradio==4.26.0
16
+
17
+
18
+ xformers==0.0.26.post1
19
+
20
  peft==0.10.0
21
  ultralytics==8.2.2
22
  addict
23
+ yapf