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

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open

Add VideoPrism as library #1581

wants to merge 5 commits into from

Conversation

jenjsun
Copy link

@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.

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.

2 participants