1 Star 0 Fork 0

orjava/bark

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pyproject.toml 1001 Bytes
一键复制 编辑 原始数据 按行查看 历史
Martin Camacho 提交于 2023-05-09 06:16 . Pin huggingface-hub dep
[build-system]
requires = ["setuptools"]
build-backend = "setuptools.build_meta"
[project]
name = "suno-bark"
version = "0.0.1a"
description = "Bark text to audio model"
readme = "README.md"
requires-python = ">=3.8"
authors = [
{name = "Suno Inc", email = "hello@suno.ai"},
]
# Apache 2.0
license = {file = "LICENSE"}
dependencies = [
"boto3",
"encodec",
"funcy",
"huggingface-hub>=0.14.1",
"numpy",
"scipy",
"tokenizers",
"torch",
"tqdm",
"transformers",
]
[project.urls]
source = "https://github.com/suno-ai/bark"
[project.optional-dependencies]
dev = [
"bandit",
"black",
"codecov",
"flake8",
"hypothesis>=6.14,<7",
"isort>=5.0.0,<6",
"jupyter",
"mypy",
"nbconvert",
"nbformat",
"pydocstyle",
"pylint",
"pytest",
"pytest-cov",
]
[tool.setuptools]
packages = ["bark"]
[tool.setuptools.package-data]
bark = ["assets/prompts/*.npz", "assets/prompts/v2/*.npz"]
[tool.black]
line-length = 100
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/orjava123/bark.git
git@gitee.com:orjava123/bark.git
orjava123
bark
bark
main

搜索帮助