Charbel Malo
commited on
Commit
•
de867ae
1
Parent(s):
02394ac
Update requirements.txt
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
@@ -1,12 +1,12 @@
|
|
1 |
-
--extra-index-url https://download.pytorch.org/whl/
|
2 |
-
--extra-index-url https://aiinfra.pkgs.visualstudio.com/PublicPackages/_packaging/onnxruntime-cuda-
|
3 |
torch
|
4 |
moviepy
|
5 |
opencv-python-headless
|
6 |
onnx==1.14.0
|
7 |
psutil==5.9.5
|
8 |
pillow==9.5.0
|
9 |
-
torchvision
|
10 |
protobuf==4.23.2
|
11 |
gradio
|
12 |
onnxruntime-gpu
|
|
|
1 |
+
--extra-index-url https://download.pytorch.org/whl/cu113
|
2 |
+
--extra-index-url https://aiinfra.pkgs.visualstudio.com/PublicPackages/_packaging/onnxruntime-cuda-12/pypi/simple/
|
3 |
torch
|
4 |
moviepy
|
5 |
opencv-python-headless
|
6 |
onnx==1.14.0
|
7 |
psutil==5.9.5
|
8 |
pillow==9.5.0
|
9 |
+
torchvision==0.15.2
|
10 |
protobuf==4.23.2
|
11 |
gradio
|
12 |
onnxruntime-gpu
|