1 Star 0 Fork 2

王岩/fish-speech

forked from ruby11dog/fish-speech 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pyproject.toml 1.07 KB
一键复制 编辑 原始数据 按行查看 历史
[project]
name = "fish-speech"
version = "0.1.0"
authors = [
{name = "Lengyue", email = "lengyue@lengyue.me"},
]
description = "Fish Speech"
readme = "README.md"
requires-python = ">=3.10"
keywords = ["TTS", "Speech"]
license = {text = "BSD-3-Clause"}
classifiers = [
"Programming Language :: Python :: 3",
]
dependencies = [
"transformers>=4.35.2",
"datasets>=2.14.5",
"lightning>=2.1.0",
"hydra-core>=1.3.2",
"tensorboard>=2.14.1",
"natsort>=8.4.0",
"einops>=0.7.0",
"librosa>=0.10.1",
"rich>=13.5.3",
"gradio>=4.0.0",
"wandb>=0.15.11",
"grpcio>=1.58.0",
"kui>=1.6.0",
"zibai-server>=0.9.0",
"loguru>=0.6.0",
"loralib>=0.1.2",
"natsort>=8.4.0",
"pyrootutils>=1.0.4",
"vector_quantize_pytorch>=1.14.24",
"samplerate>=0.2.1",
"resampy>=0.4.3",
"einx[torch]==0.2.2"
]
[project.optional-dependencies]
asr = [
"openai-whisper",
"modelscope"
]
[build-system]
requires = ["setuptools", "setuptools-scm"]
build-backend = "setuptools.build_meta"
[tool.setuptools]
packages = ["fish_speech"]
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/wangyan1123/fish-speech.git
git@gitee.com:wangyan1123/fish-speech.git
wangyan1123
fish-speech
fish-speech
main

搜索帮助

0d507c66 1850385 C8b1a773 1850385