Spaces:
Running
on
Zero
Running
on
Zero
Update requirements.txt
Browse files- requirements.txt +4 -1
requirements.txt
CHANGED
@@ -1,8 +1,11 @@
|
|
|
|
|
|
|
|
|
|
1 |
spaces
|
2 |
numpy
|
3 |
opencv-python
|
4 |
|
5 |
-
--extra-index-url https://download.pytorch.org/whl/cu124
|
6 |
torch
|
7 |
torchvision
|
8 |
|
|
|
1 |
+
--prefer-binary
|
2 |
+
--pre
|
3 |
+
--extra-index-url https://download.pytorch.org/whl/cu124
|
4 |
+
|
5 |
spaces
|
6 |
numpy
|
7 |
opencv-python
|
8 |
|
|
|
9 |
torch
|
10 |
torchvision
|
11 |
|