Skip to content

Commit 4e22aa3

Browse files
author
Deep-Unlearning
committed
adding download requirements for kimi-audio
1 parent 6e7d8db commit 4e22aa3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/tasks/src/model-libraries-snippets.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -581,6 +581,10 @@ export const keras_hub = (model: ModelData): string[] => {
581581

582582
export const kimi_audio = (model: ModelData): string[] => [
583583
`# Example usage for KimiAudio
584+
# git clone https://github.com/MoonshotAI/Kimi-Audio
585+
# cd Kimi-Audio
586+
# git submodule update --init --recursive
587+
# pip install -r requirements.txt
584588
from kimia_infer.api.kimia import KimiAudio
585589
586590
model = KimiAudio(model_path="${model.id}", load_detokenizer=True)

0 commit comments

Comments
 (0)