Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +4 -4
requirements.txt
CHANGED
|
@@ -15,16 +15,16 @@ matplotlib==3.7.5
|
|
| 15 |
modelscope==1.15.0
|
| 16 |
networkx==3.1
|
| 17 |
omegaconf==2.3.0
|
| 18 |
-
onnxruntime-gpu
|
| 19 |
-
onnxruntime
|
| 20 |
openai-whisper==20231117
|
| 21 |
protobuf==4.25
|
| 22 |
pydantic==2.7.0
|
| 23 |
rich==13.7.1
|
| 24 |
soundfile==0.12.1
|
| 25 |
tensorboard==2.14.0
|
| 26 |
-
torch
|
| 27 |
-
torchaudio
|
| 28 |
wget==3.2
|
| 29 |
fastapi==0.111.0
|
| 30 |
fastapi-cli==0.0.4
|
|
|
|
| 15 |
modelscope==1.15.0
|
| 16 |
networkx==3.1
|
| 17 |
omegaconf==2.3.0
|
| 18 |
+
#onnxruntime-gpu; sys_platform == 'linux'
|
| 19 |
+
onnxruntime #; sys_platform == 'darwin' or sys_platform == 'windows'
|
| 20 |
openai-whisper==20231117
|
| 21 |
protobuf==4.25
|
| 22 |
pydantic==2.7.0
|
| 23 |
rich==13.7.1
|
| 24 |
soundfile==0.12.1
|
| 25 |
tensorboard==2.14.0
|
| 26 |
+
torch #==2.0.1
|
| 27 |
+
torchaudio #==2.0.2
|
| 28 |
wget==3.2
|
| 29 |
fastapi==0.111.0
|
| 30 |
fastapi-cli==0.0.4
|