-
Notifications
You must be signed in to change notification settings - Fork 434
feat. Add text-to-video - Wan2.1-T2V-14B from Novita #1263
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.
@viktor2077 we changed filenames a bit last week, can you please rebase this PR on main
? Thanks!
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! I haven't tested myself yet (requires server-side update).
Also can you remove all the console.log before final review? Thanks!
Related to huggingface-internal/moon-landing#12849 and huggingface-internal/moon-landing#12855 (private repo). Similar PR for Python client huggingface/huggingface_hub#2918. It is best if all base URLs for inference providers are "root-domain-only" i.e. without subpaths. This PR updates Black Forest Labs and Fireworks AI providers. Novita is taken care of in #1263. Note that this change requires a server-side update to make things backward compatible (i.e. legacy clients using a subpath are still working). This fix is already handled server-side.
f79f52f
to
51f87e7
Compare
Co-authored-by: Lucain <[email protected]>
Thanks for the feedback ❤️ And I've removed all the console.log statements and fixed the conflicts. |
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.
launching the CI, lgtm if green
packages/inference/test/tapes.json
Outdated
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.
Not sure we want this test recorded in the repo as it would explode the tapes.json
file quite quickly. @SBrandeis any idea how to deal with that?
(a solution can simply to not test it in CI)
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.
Hi @Wauplin , is there anything I can do in terms of this issue?
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.
Hi @viktor2077 thanks for pinging me. We've discussed it privately and it'd be best to remove this tape. Could you remove the VCR test for text-to-video from the PR?
We are wary of making the repo history too big for quite little impact. Mid-term we are thinking of a way to make these tests more reliable, getting rid of the tapes.
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.
Got it, I've removed the VCR test changes. ✅
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! Left a comment to fix the CI + one remaining question about saving the video in tapes.json
. Otherwise the logic looks good to me :)
b0a49ac
to
d72d036
Compare
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! Could you also remove the test? We will add it back once we're decided on how we will handle these. In the meantime, no need to block this PR from being merged 🤗
a48e92e
to
b7d3b4f
Compare
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.
All good! Thanks for iterating on it :) Will merge once the CI is green.
Hi @Wauplin, it looks like we are ready 🚀 |
No description provided.