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
f3862cb1
Commit
f3862cb1
authored
May 13, 2025
by
Deep-Unlearning
Browse files
adding pyproject.toml file
parent
f2276f85
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
71 additions
and
0 deletions
+71
-0
pyproject.toml
pyproject.toml
+71
-0
No files found.
pyproject.toml
0 → 100644
View file @
f3862cb1
# ---------- pyproject.toml ----------
[build-system]
requires
=
[
"setuptools>=61.0"
,
"wheel"
]
build-backend
=
"setuptools.build_meta"
[project]
name
=
"kimi-audio"
# 🔑 pip install kimi-audio
version
=
"0.1.0"
# Increment when you publish new changes
description
=
"Inference library for the Kimi‑Audio foundation model"
readme
=
"README.md"
license
=
{
text
=
"MIT"
}
# Repo code is MIT, parts from Qwen are Apache‑2.0:contentReference[oaicite:3]{index=3}
authors
=
[
{name
=
"MoonshotAI"
,
email
=
"contact@moonshot.ai"
}
]
# Direct dependencies – copied from requirements.txt
dependencies
=
[
"torch==2.4.1"
,
"torchaudio==2.4.1"
,
"packaging"
,
"jinja2"
,
"openai-whisper"
,
"jsonlines"
,
"pandas"
,
"validators"
,
"sty"
,
"transformers"
,
"librosa"
,
"accelerate"
,
"aiohttp"
,
"colorama"
,
"omegaconf==2.3.0"
,
"sox"
,
"six==1.16.0"
,
"hyperpyyaml"
,
"conformer==0.3.2"
,
"diffusers"
,
"pillow"
,
"sentencepiece"
,
"easydict"
,
"fire"
,
"ujson"
,
"cairosvg"
,
"immutabledict"
,
"rich"
,
"wget"
,
"gdown"
,
"datasets"
,
"torchdyn==1.0.6"
,
"huggingface_hub"
,
"loguru"
,
"decord"
,
"blobfile"
,
"timm"
,
"sacrebleu==1.5.1"
,
"soundfile"
,
"tqdm"
]
[tool.setuptools.packages.find]
# Tell setuptools where the import‑able code lives
where
=
["."]
include
=
["kimia_infer*",]
[project.urls]
Repository
=
"https://github.com/MoonshotAI/Kimi-Audio"
[project.scripts]
# Optional: create a command‑line entry point if you add a main() later
# kimi-audio = "kimia_infer.cli:main"
# -----------------------------------
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