Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +6 -5
requirements.txt
CHANGED
|
@@ -1,8 +1,9 @@
|
|
| 1 |
-
--extra-index-url https://download.pytorch.org/whl/cu121
|
| 2 |
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
|
|
|
|
|
|
| 6 |
multiscaledeformableattention @ https://huggingface.co/datasets/jerpelhan/geco2-assets/resolve/main/wheels/multiscaledeformableattention-1.0-cp310-cp310-linux_x86_64.whl
|
| 7 |
|
| 8 |
huggingface-hub
|
|
@@ -67,7 +68,7 @@ pkginfo==1.12.1.2
|
|
| 67 |
platformdirs==4.3.7
|
| 68 |
pycocotools==2.0.8
|
| 69 |
pycparser==2.22
|
| 70 |
-
pydantic=
|
| 71 |
pydantic_core==2.27.2
|
| 72 |
pydub==0.25.1
|
| 73 |
Pygments==2.19.1
|
|
|
|
|
|
|
| 1 |
|
| 2 |
+
--extra-index-url https://download.pytorch.org/whl/cpu
|
| 3 |
+
|
| 4 |
+
torch==2.1.0+cpu
|
| 5 |
+
torchvision==0.16.0+cpu
|
| 6 |
+
torchaudio==2.1.0+cpu
|
| 7 |
multiscaledeformableattention @ https://huggingface.co/datasets/jerpelhan/geco2-assets/resolve/main/wheels/multiscaledeformableattention-1.0-cp310-cp310-linux_x86_64.whl
|
| 8 |
|
| 9 |
huggingface-hub
|
|
|
|
| 68 |
platformdirs==4.3.7
|
| 69 |
pycocotools==2.0.8
|
| 70 |
pycparser==2.22
|
| 71 |
+
pydantic>=2.11,<2.13
|
| 72 |
pydantic_core==2.27.2
|
| 73 |
pydub==0.25.1
|
| 74 |
Pygments==2.19.1
|