Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +12 -22
requirements.txt
CHANGED
@@ -1,27 +1,15 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
# Pinning versions that are known to be stable together.
|
5 |
-
# This huggingface_hub version is the key to fixing the runtime error.
|
6 |
-
torch==2.1.2
|
7 |
-
torchvision==0.16.2
|
8 |
-
transformers==4.36.2
|
9 |
-
diffusers==0.25.0
|
10 |
-
accelerate==0.26.1
|
11 |
-
huggingface_hub==0.20.3
|
12 |
-
|
13 |
-
# --- Dependencies for Detectron2 & Other Operations ---
|
14 |
-
# These are the external libraries your code needs to run.
|
15 |
-
fvcore
|
16 |
-
pyyaml==5.1
|
17 |
numpy==1.24.4
|
18 |
-
|
|
|
19 |
scikit-image==0.21.0
|
20 |
opencv-python==4.7.0.72
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
matplotlib==3.7.4
|
26 |
tqdm==4.64.1
|
27 |
config==0.5.1
|
@@ -29,6 +17,8 @@ einops==0.7.0
|
|
29 |
onnxruntime==1.16.2
|
30 |
basicsr
|
31 |
av
|
|
|
32 |
cloudpickle
|
33 |
omegaconf
|
34 |
-
pycocotools
|
|
|
|
1 |
+
torch==2.1.0
|
2 |
+
torchvision==0.16.0
|
3 |
+
torchaudio==2.1.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
numpy==1.24.4
|
5 |
+
pydantic==2.10.6
|
6 |
+
scipy==1.10.1
|
7 |
scikit-image==0.21.0
|
8 |
opencv-python==4.7.0.72
|
9 |
+
pillow==9.4.0
|
10 |
+
diffusers==0.25.0
|
11 |
+
transformers==4.36.2
|
12 |
+
accelerate==0.26.1
|
13 |
matplotlib==3.7.4
|
14 |
tqdm==4.64.1
|
15 |
config==0.5.1
|
|
|
17 |
onnxruntime==1.16.2
|
18 |
basicsr
|
19 |
av
|
20 |
+
fvcore
|
21 |
cloudpickle
|
22 |
omegaconf
|
23 |
+
pycocotools
|
24 |
+
huggingface_hub==0.25.0
|