FunAudioLLM / CosyVoice

Multi-lingual large voice generation model, providing inference, training and deployment full-stack ability.
https://funaudiollm.github.io/
Apache License 2.0
6.59k stars 707 forks source link

需要什么操作系统? #274

Open shuanshuan opened 3 months ago

shuanshuan commented 3 months ago

Describe the bug Ignoring deepspeed: markers 'sys_platform == "linux"' don't match your environment Ignoring onnxruntime-gpu: markers 'sys_platform == "linux"' don't match your environment Ignoring onnxruntime: markers 'sys_platform == "darwin" or sys_platform == "windows"' don't match your environment To Reproduce Steps to reproduce the behavior: pip install -r requirements.txt -i https://mirrors.aliyun.com/pypi/simple/ --trusted-host=mirrors.aliyun.com

If you encounter sox compatibility issues

ubuntu

sudo apt-get install sox libsox-dev

centos

sudo yum install sox sox-devel

只支持ubuntu和centos? 我用的是windows11

shuanshuan commented 3 months ago

顺便问下,阿里云镜像是限速220KB吗???

aluminumbox commented 3 months ago

for training only ubuntu and centos, for inference both mac windows and ubuntu is supported

github-actions[bot] commented 2 months ago

This issue is stale because it has been open for 30 days with no activity.