-
Notifications
You must be signed in to change notification settings - Fork 372
add-kimi-audio-snippet #1429
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
add-kimi-audio-snippet #1429
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Clean PRs as I like them 😄
Can be merged "as-is" if code snippet is correct (it looks correct but don't know the lib). @Vaibhavs10 can I let you merge it once you had a look at it ?
(https://huggingface.co/models?other=kimi-audio is populated ✔️)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks!
@@ -561,6 +561,37 @@ export const keras_hub = (model: ModelData): string[] => { | |||
return snippets; | |||
}; | |||
|
|||
export const kimi_audio = (model: ModelData): string[] => [ | |||
`# Example usage for KimiAudio |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add a line here to install the library
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Waiting these two PR to be merged:
https://huggingface.co/moonshotai/Kimi-Audio-7B/discussions/2
https://huggingface.co/moonshotai/Kimi-Audio-7B-Instruct/discussions/13