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
d3aacf1c
Commit
d3aacf1c
authored
May 16, 2025
by
Deep-unlearning
Browse files
add flash-attn and install glm4-voice
parent
1af8818d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
45 additions
and
39 deletions
+45
-39
pyproject.toml
pyproject.toml
+45
-39
No files found.
pyproject.toml
View file @
d3aacf1c
...
@@ -12,26 +12,33 @@ license = {text = "MIT"}
...
@@ -12,26 +12,33 @@ license = {text = "MIT"}
authors
=
[
{name
=
"MoonshotAI"
,
email
=
"contact@moonshot.ai"
}
]
authors
=
[
{name
=
"MoonshotAI"
,
email
=
"contact@moonshot.ai"
}
]
dependencies
=
[
dependencies
=
[
"torch==2.4.1"
,
# Core ML dependencies
"torchaudio==2.4.1"
,
"torch>=2.0.0"
,
"packaging"
,
"torchaudio>=2.0.0"
,
"jinja2"
,
"flash-attn>=2.0.0"
,
"transformers"
,
"accelerate"
,
"diffusers"
,
"conformer==0.3.2"
,
"torchdyn==1.0.6"
,
"librosa"
,
"soundfile"
,
"sox"
,
"openai-whisper"
,
"openai-whisper"
,
"jsonlines"
,
"pandas"
,
"pandas"
,
"jsonlines"
,
"datasets"
,
"huggingface_hub"
,
"decord"
,
"blobfile"
,
"packaging"
,
"jinja2"
,
"validators"
,
"validators"
,
"sty"
,
"sty"
,
"transformers"
,
"librosa"
,
"accelerate"
,
"aiohttp"
,
"colorama"
,
"colorama"
,
"omegaconf==2.3.0"
,
"omegaconf==2.3.0"
,
"sox"
,
"six>=1.16.0"
,
"six==1.16.0"
,
"hyperpyyaml"
,
"hyperpyyaml"
,
"conformer==0.3.2"
,
"diffusers"
,
"pillow"
,
"pillow"
,
"sentencepiece"
,
"sentencepiece"
,
"easydict"
,
"easydict"
,
...
@@ -42,15 +49,11 @@ dependencies = [
...
@@ -42,15 +49,11 @@ dependencies = [
"rich"
,
"rich"
,
"wget"
,
"wget"
,
"gdown"
,
"gdown"
,
"datasets"
,
"torchdyn==1.0.6"
,
"huggingface_hub"
,
"loguru"
,
"blobfile"
,
"timm"
,
"timm"
,
"sacrebleu==1.5.1"
,
"sacrebleu==1.5.1"
,
"soundfile"
,
"tqdm"
,
"tqdm"
"loguru"
,
"flash-attn"
]
]
[tool.setuptools]
[tool.setuptools]
...
@@ -60,5 +63,8 @@ include-package-data = true
...
@@ -60,5 +63,8 @@ include-package-data = true
where
=
["."]
where
=
["."]
include
=
["kimia_infer*"]
include
=
["kimia_infer*"]
[tool.setuptools.package-data]
"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