『大模型笔记』pip3 install -e .[stable]作用!
『大模型笔记』pip3 install -e .[stable]作用! |
文章目录
- 一. 『大模型笔记』pip3 install -e .[stable]作用!
- 1. 具体执行过程如下:
- 2. 总结执行步骤:
- 3. pyproject.toml
- 解释:
- 整体执行逻辑
- 完整安装命令背后的流程:
- 总结:
- 二. 参考文献
- https://github.com/fishaudio/fish-speech
- https://speech.fish.audio/zh/#linux
一. 『大模型笔记』pip3 install -e .[stable]作用!
fishaudio/fish-speech 是一个在 GitHub 上公开的、基于新颖 TTS(文本到语音)技术的项目,支持多语言和跨语言合成,无需依赖语音。
pip3 install -e .[stable]
是一种安装