Spaces:
Runtime error
Runtime error
pengHTYX
commited on
Commit
•
04b1053
1
Parent(s):
7eb5257
'test'
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
--extra-index-url https://download.pytorch.org/whl/cu118
|
2 |
-
diffusers[torch]==0.26.0
|
3 |
transformers==4.37.2
|
4 |
torch==2.1.2
|
5 |
torchvision==0.16.2
|
6 |
torchaudio==2.1.2
|
7 |
-
xformers==0.0.
|
8 |
bitsandbytes==0.35.4
|
9 |
decord==0.6.0
|
10 |
click==8.1.7
|
|
|
1 |
--extra-index-url https://download.pytorch.org/whl/cu118
|
2 |
+
diffusers[torch]==0.26.0.dev0
|
3 |
transformers==4.37.2
|
4 |
torch==2.1.2
|
5 |
torchvision==0.16.2
|
6 |
torchaudio==2.1.2
|
7 |
+
xformers==0.0.25+31ef315.d20240415
|
8 |
bitsandbytes==0.35.4
|
9 |
decord==0.6.0
|
10 |
click==8.1.7
|