Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
Kimi-Audio
Commits
2607d515
Unverified
Commit
2607d515
authored
May 19, 2025
by
bigmoyan
Committed by
GitHub
May 19, 2025
Browse files
Merge pull request #86 from Deep-unlearning/master
Add a minimal pyproject.toml
parents
f2276f85
5ea2bf5f
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
43 additions
and
0 deletions
+43
-0
pyproject.toml
pyproject.toml
+43
-0
No files found.
pyproject.toml
0 → 100644
View file @
2607d515
# ---------- pyproject.toml ----------
[build-system]
requires
=
[
"setuptools"
,
"wheel"
,
"torch"
]
build-backend
=
"setuptools.build_meta"
[project]
name
=
"kimi-audio"
version
=
"0.1.0"
description
=
"Inference library for the Kimi‑Audio foundation model"
readme
=
"README.md"
license
=
{
text
=
"MIT"
}
authors
=
[
{name
=
"MoonshotAI"
,
email
=
"contact@moonshot.ai"
}
]
dependencies
=
[
"torch"
,
"torchaudio"
,
"flash-attn"
,
"soundfile"
,
"librosa"
,
"tqdm"
,
"loguru"
,
"huggingface_hub"
,
"transformers"
,
"conformer"
,
"diffusers"
,
"tiktoken"
,
"ninja"
,
"timm"
,
"torchdyn"
]
[tool.setuptools]
include-package-data
=
true
[tool.setuptools.packages.find]
where
=
["."]
include
=
["kimia_infer*"]
[tool.setuptools.package-data]
"kimia_infer"
=
["**/*"]
[project.urls]
Repository
=
"https://github.com/MoonshotAI/Kimi-Audio"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment