1inkusFace commited on
Commit
b32e105
·
verified ·
1 Parent(s): c86c5e3

Update requirements.txt

Browse files
Files changed (1) hide show
  1. 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