-
Notifications
You must be signed in to change notification settings - Fork 459
Add VideoPrism as library #1581
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
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.
Thanks for the PR! As @NielsRogge mentioned, ideally each checkpoint would be stored in a dedicated repo, so you get granularity on per-model usage.
@@ -1535,6 +1535,23 @@ image = sana( | |||
) `, | |||
]; | |||
|
|||
export const videoprism = (model: ModelData): string[] => [ |
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.
If each model is in its own repo, then you can use model.id
in the snippet to get the model name and retrieve the weights.
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!
Failing test seems unrelated, merging. Thank you @jenjsun 🙌 |
This adds VideoPrism so that download stats are tracked
Relevant links:
google-deepmind/videoprism#10
https://huggingface.co/google/videoprism