Spaces:
Running on Zero
Running on Zero
Update requirements.txt
#76
by mirndababu3233 - opened
- requirements.txt +6 -6
requirements.txt
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
-
--extra-index-url https://download.pytorch.org/whl/
|
| 2 |
-
torch
|
| 3 |
-
torchvision==0.
|
| 4 |
-
torchaudio==2.
|
| 5 |
|
| 6 |
numpy==1.26.4
|
| 7 |
pyyaml==6.0.1
|
|
@@ -12,8 +12,8 @@ lmdb==1.4.1
|
|
| 12 |
tqdm==4.66.4
|
| 13 |
rich==13.7.1
|
| 14 |
ffmpeg==1.4
|
| 15 |
-
onnxruntime-gpu==1.
|
| 16 |
-
onnx==1.
|
| 17 |
scikit-image==0.24.0
|
| 18 |
albumentations==1.4.10
|
| 19 |
matplotlib==3.9.0
|
|
|
|
| 1 |
+
--extra-index-url https://download.pytorch.org/whl/cu128
|
| 2 |
+
torch==2.11.0+cu128
|
| 3 |
+
torchvision==0.22.0+cu128
|
| 4 |
+
torchaudio==2.11.0+cu128
|
| 5 |
|
| 6 |
numpy==1.26.4
|
| 7 |
pyyaml==6.0.1
|
|
|
|
| 12 |
tqdm==4.66.4
|
| 13 |
rich==13.7.1
|
| 14 |
ffmpeg==1.4
|
| 15 |
+
onnxruntime-gpu==1.21.0
|
| 16 |
+
onnx==1.17.0
|
| 17 |
scikit-image==0.24.0
|
| 18 |
albumentations==1.4.10
|
| 19 |
matplotlib==3.9.0
|