Skip to content

Commit 1b54e2e

Browse files
authored
Update packages/tasks/src/model-libraries-snippets.ts
1 parent 04342ed commit 1b54e2e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -596,6 +596,7 @@ export const keras_hub = (model: ModelData): string[] => {
596596
export const kimi_audio = (model: ModelData): string[] => [
597597
`# Example usage for KimiAudio
598598
# pip install git+https://github.com/MoonshotAI/Kimi-Audio.git
599+
599600
from kimia_infer.api.kimia import KimiAudio
600601
601602
model = KimiAudio(model_path="${model.id}", load_detokenizer=True)

0 commit comments

Comments
 (0)