Skip to content

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

Merged
merged 9 commits into from
Jul 10, 2025
Merged

Add VideoPrism as library #1581

merged 9 commits into from
Jul 10, 2025

Conversation

jenjsun
Copy link
Contributor

@jenjsun jenjsun commented Jul 1, 2025

This adds VideoPrism so that download stats are tracked

Relevant links:
google-deepmind/videoprism#10
https://huggingface.co/google/videoprism

Copy link
Member

@pcuenca pcuenca left a 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[] => [
Copy link
Member

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.

Copy link
Member

@Vaibhavs10 Vaibhavs10 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! Thanks!

@pcuenca
Copy link
Member

pcuenca commented Jul 10, 2025

Failing test seems unrelated, merging. Thank you @jenjsun 🙌

@pcuenca pcuenca merged commit dd4fbd9 into huggingface:main Jul 10, 2025
5 of 7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants