Spaces:
Runtime error
Runtime error
update onnxruntime gpu version
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
|
@@ -14,11 +14,11 @@ inflect==7.3.1
|
|
| 14 |
librosa==0.10.2
|
| 15 |
lightning==2.2.4
|
| 16 |
matplotlib==3.7.5
|
| 17 |
-
modelscope==1.
|
| 18 |
networkx==3.1
|
| 19 |
omegaconf==2.3.0
|
| 20 |
onnx==1.16.0
|
| 21 |
-
onnxruntime-gpu==1.
|
| 22 |
onnxconverter_common==1.14.0
|
| 23 |
openai-whisper==20231117
|
| 24 |
protobuf==3.20.2
|
|
|
|
| 14 |
librosa==0.10.2
|
| 15 |
lightning==2.2.4
|
| 16 |
matplotlib==3.7.5
|
| 17 |
+
modelscope==1.17.1
|
| 18 |
networkx==3.1
|
| 19 |
omegaconf==2.3.0
|
| 20 |
onnx==1.16.0
|
| 21 |
+
onnxruntime-gpu==1.20.1
|
| 22 |
onnxconverter_common==1.14.0
|
| 23 |
openai-whisper==20231117
|
| 24 |
protobuf==3.20.2
|