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
1af8818d
Commit
1af8818d
authored
May 13, 2025
by
Deep-Unlearning
Browse files
Fix pyproject.toml
parent
2dda7085
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
8 deletions
+4
-8
pyproject.toml
pyproject.toml
+4
-8
No files found.
pyproject.toml
View file @
1af8818d
...
@@ -5,15 +5,12 @@ build-backend = "setuptools.build_meta"
...
@@ -5,15 +5,12 @@ build-backend = "setuptools.build_meta"
[project]
[project]
name
=
"kimi-audio"
name
=
"kimi-audio"
version
=
"0.1.0"
version
=
"0.1.0"
description
=
"Inference library for the Kimi‑Audio foundation model"
description
=
"Inference library for the Kimi‑Audio foundation model"
readme
=
"README.md"
readme
=
"README.md"
license
=
{
text
=
"MIT"
}
license
=
{
text
=
"MIT"
}
authors
=
[
authors
=
[
{name
=
"MoonshotAI"
,
email
=
"contact@moonshot.ai"
}
]
{name
=
"MoonshotAI"
,
email
=
"contact@moonshot.ai"
}
]
# Direct dependencies – copied from requirements.txt
dependencies
=
[
dependencies
=
[
"torch==2.4.1"
,
"torch==2.4.1"
,
"torchaudio==2.4.1"
,
"torchaudio==2.4.1"
,
...
@@ -47,7 +44,7 @@ dependencies = [
...
@@ -47,7 +44,7 @@ dependencies = [
"gdown"
,
"gdown"
,
"datasets"
,
"datasets"
,
"torchdyn==1.0.6"
,
"torchdyn==1.0.6"
,
"huggingface_hub
"huggingface_hub
"
,
"loguru"
,
"loguru"
,
"blobfile"
,
"blobfile"
,
"timm"
,
"timm"
,
...
@@ -61,8 +58,7 @@ include-package-data = true
...
@@ -61,8 +58,7 @@ include-package-data = true
[tool.setuptools.packages.find]
[tool.setuptools.packages.find]
where
=
["."]
where
=
["."]
include
=
["kimia_infer*"
,
]
include
=
["kimia_infer*"]
[project.urls]
[project.urls]
Repository
=
"https://github.com/MoonshotAI/Kimi-Audio"
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