Skip to content

add vui code snippet #1522

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 6 commits into from
Jun 15, 2025
Merged

add vui code snippet #1522

merged 6 commits into from
Jun 15, 2025

Conversation

Deep-unlearning
Copy link
Contributor

Copy link
Contributor

@Wauplin Wauplin left a comment

Choose a reason for hiding this comment

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

Thanks @Deep-unlearning ! Deferring to @Vaibhavs10 for code snippet review.

prettyLabel: "VUI",
repoName: "VUI",
repoUrl: "https://github.com/vui-ai/vui",
countDownloads: `path_extension:"pt"`,
Copy link
Contributor

Choose a reason for hiding this comment

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

Would be really good to nudge them to split their repo into several ones (better to track downloads on individual models).

(highly recommended but not an obligation)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

yes, i am pushing for it!

from vui.inference import render
from vui.model import Vui,

model = Vui.from_pretrained().cuda()
Copy link
Contributor

Choose a reason for hiding this comment

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

typically here if repo is split in several models, we could have a better .from_pretrained snippet. Requires some slight changes in the GH repo as well but worth it IMO

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.

Good to merge on myside, make sure to fix the CI error before merge

@Vaibhavs10 Vaibhavs10 merged commit dc3b086 into main Jun 15, 2025
4 of 5 checks passed
@Vaibhavs10 Vaibhavs10 deleted the add-vui-snippet branch June 15, 2025 11:12
@Wauplin Wauplin mentioned this pull request Jun 17, 2025
Wauplin added a commit that referenced this pull request Jun 17, 2025
Lint error introduced in
#1522. Will merge as
soon as lint CI is green
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