-
Notifications
You must be signed in to change notification settings - Fork 31.7k
Add Youtu-LLM model #43166
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
base: main
Are you sure you want to change the base?
Add Youtu-LLM model #43166
Conversation
May I ask if it is possible to concentrate the test only on Youtu-LLM (the new model)? The summary here seems report errors raised by other models. junru |
…ition_embedding in DiT (huggingface#43068) * qwen2_5_omni: make max_mel_frames an inference-time knob * not fail with raising ValueError, instead make it continue to run by choosing a target_duration that's capped and aligned * added unit tests for Token2WavShape shape mismatch Signed-off-by: Dong Wang <[email protected]> * make fixup * remove unit test which takes too much GPU memory Signed-off-by: Dong Wang <[email protected]> * reduce gpu memory usage from the unit test * addressed comments Signed-off-by: Dong Wang <[email protected]> --------- Signed-off-by: Dong Wang <[email protected]>
|
[For maintainers] Suggested jobs to run (before merge) run-slow: auto, youtu_llm |
|
View the CircleCI Test Summary for this PR: https://huggingface.co/spaces/transformers-community/circle-ci-viz?pr=43166&sha=fab87c |


What does this PR do?
This PR adds the implementation for the released Youtu-LLM model. The model has the following features:
Before submitting
Pull Request section?
to it if that's the case.
documentation guidelines, and
here are tips on formatting docstrings.
Who can review?
@ArthurZucker @Cyrilvallez