We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e7d8db commit 4e22aa3Copy full SHA for 4e22aa3
packages/tasks/src/model-libraries-snippets.ts
@@ -581,6 +581,10 @@ export const keras_hub = (model: ModelData): string[] => {
581
582
export const kimi_audio = (model: ModelData): string[] => [
583
`# 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
588
from kimia_infer.api.kimia import KimiAudio
589
590
model = KimiAudio(model_path="${model.id}", load_detokenizer=True)
0 commit comments