mirror of
https://github.com/FunAudioLLM/CosyVoice.git
synced 2026-02-05 01:49:25 +08:00
Merge pull request #1036 from hwangsihu/main
Fixed an issue where onnxruntime would not install on Windows
This commit is contained in:
@@ -18,7 +18,7 @@ networkx==3.1
|
|||||||
omegaconf==2.3.0
|
omegaconf==2.3.0
|
||||||
onnx==1.16.0
|
onnx==1.16.0
|
||||||
onnxruntime-gpu==1.18.0; sys_platform == 'linux'
|
onnxruntime-gpu==1.18.0; sys_platform == 'linux'
|
||||||
onnxruntime==1.18.0; sys_platform == 'darwin' or sys_platform == 'windows'
|
onnxruntime==1.18.0; sys_platform == 'darwin' or sys_platform == 'win32'
|
||||||
openai-whisper==20231117
|
openai-whisper==20231117
|
||||||
protobuf==4.25
|
protobuf==4.25
|
||||||
pydantic==2.7.0
|
pydantic==2.7.0
|
||||||
|
|||||||
Reference in New Issue
Block a user