Spaces:
Runtime error
Runtime error
1lint
commited on
Commit
·
34d5395
1
Parent(s):
6230dda
update reqs
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -6,13 +6,13 @@ huggingface_hub>=0.14.1
|
|
6 |
numpy
|
7 |
packaging
|
8 |
Pillow
|
9 |
-
torch
|
10 |
torchvision
|
11 |
tqdm
|
12 |
transformers>=4.25.1
|
13 |
omegaconf>=2.2.3
|
14 |
opencv_contrib_python==4.6.0.66
|
15 |
safetensors>=0.2.6
|
16 |
-
xformers
|
17 |
bitsandbytes
|
18 |
tensorboard>=2.12.0
|
|
|
6 |
numpy
|
7 |
packaging
|
8 |
Pillow
|
9 |
+
torch==1.13.1
|
10 |
torchvision
|
11 |
tqdm
|
12 |
transformers>=4.25.1
|
13 |
omegaconf>=2.2.3
|
14 |
opencv_contrib_python==4.6.0.66
|
15 |
safetensors>=0.2.6
|
16 |
+
xformers
|
17 |
bitsandbytes
|
18 |
tensorboard>=2.12.0
|