lenML / Speech-AI-Forge

🍦 Speech-AI-Forge is a project developed around TTS generation model, implementing an API Server and a Gradio-based WebUI.
https://huggingface.co/spaces/lenML/ChatTTS-Forge
GNU Affero General Public License v3.0
710 stars 87 forks source link

[ISSUE] cuda11.6下部署该项目发生循环扫描torch版本,无法安装成功 #150

Closed zydmtaichi closed 17 hours ago

zydmtaichi commented 1 month ago

确认清单

你的issues

ubuntu22.04 python3.10 已成功安装如下torch相关包: torch 1.13.1+cu116 torchaudio 0.13.1+cu116 torchvision 0.14.1+cu116

在安装requirement.txt发生循环扫描torch版本情况,强制指定torch版本会导致循环扫描lightning和vector_quantize_pytorch版本,请解决该安装问题

zhzLuke96 commented 17 hours ago

没有环境不好排查具体问题

pytorch建议使用2.0以上,其余依赖可以参考 requirements.dev.txt (ci用的)版本来配置虚拟环境