Spaces:
Running
on
Zero
Running
on
Zero
Commit
·
17225b6
1
Parent(s):
667efb8
update
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -21,8 +21,8 @@ modelscope==1.20.0
|
|
21 |
networkx==3.1
|
22 |
omegaconf==2.3.0
|
23 |
onnx==1.16.0
|
24 |
-
onnxruntime-gpu==1.
|
25 |
-
onnxruntime==1.
|
26 |
openai-whisper==20231117
|
27 |
protobuf==4.25
|
28 |
pyarrow==18.1.0
|
|
|
21 |
networkx==3.1
|
22 |
omegaconf==2.3.0
|
23 |
onnx==1.16.0
|
24 |
+
onnxruntime-gpu==1.19.0; sys_platform == 'linux'
|
25 |
+
onnxruntime==1.19.0; sys_platform == 'darwin' or sys_platform == 'win32'
|
26 |
openai-whisper==20231117
|
27 |
protobuf==4.25
|
28 |
pyarrow==18.1.0
|