[Docs] Add Falcon H1, Hunyuan-Large, Qwen3-Omni support and update Diffusion usage#17888
[Docs] Add Falcon H1, Hunyuan-Large, Qwen3-Omni support and update Diffusion usage#17888zhaochenyang20 merged 31 commits intosgl-project:mainfrom
Conversation
Summary of ChangesHello @pokymono, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! This pull request significantly enhances the project's documentation by incorporating several newly supported large language models and multimodal models. It also introduces a structured guide for diffusion models, distinguishing between those used for image/video generation and those for text generation, thereby improving clarity and discoverability for users. Highlights
🧠 New Feature in Public Preview: You can now enable Memory to help Gemini Code Assist learn from your team's feedback. This makes future code reviews more consistent and personalized to your project's style. Click here to enable Memory in your admin console. Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here. You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension. Footnotes
|
There was a problem hiding this comment.
Code Review
This pull request updates the documentation to include newly supported models like Falcon H1, Hunyuan-Large, Step3-VL, and Qwen3-Omni. It also adds a new page for diffusion models, improving the overall structure and clarity of the documentation. The changes are well-executed, but I found a minor formatting issue in one of the updated tables.
|
@Ratish1 Apologies for the previous PR, please check this one |
There was a problem hiding this comment.
Why do we need this file?, we already have this
basic_usage is model-specific folder only
There was a problem hiding this comment.
Adarsh asked me to add Diffusion in basic usage.
|
Also @pokymono , apply the gemini fix, there is a clear render bug for that file. Fix the lint error aswell |
|
There still seems to be a lint error, make sure you are running the pre-commit command |
|
LGTM. cc @mickqian |
Co-authored-by: Ratish P <114130421+Ratish1@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
…_models with sub sections based on categories.
|
@zhaochenyang20 updated |
|
LGTM cc @zhaochenyang20 |
…ffusion usage (sgl-project#17888) Co-authored-by: Rishitshivam <164783543+Rishitshivam@users.noreply.github.com> Co-authored-by: Ratish P <114130421+Ratish1@users.noreply.github.com> Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> Co-authored-by: Adarsh Shirawalmath <114558126+adarshxs@users.noreply.github.com> Co-authored-by: zhaochenyang20 <zhaochen20@outlook.com>
…ffusion usage (sgl-project#17888) Co-authored-by: Rishitshivam <164783543+Rishitshivam@users.noreply.github.com> Co-authored-by: Ratish P <114130421+Ratish1@users.noreply.github.com> Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> Co-authored-by: Adarsh Shirawalmath <114558126+adarshxs@users.noreply.github.com> Co-authored-by: zhaochenyang20 <zhaochen20@outlook.com>
…ffusion usage (sgl-project#17888) Co-authored-by: Rishitshivam <164783543+Rishitshivam@users.noreply.github.com> Co-authored-by: Ratish P <114130421+Ratish1@users.noreply.github.com> Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> Co-authored-by: Adarsh Shirawalmath <114558126+adarshxs@users.noreply.github.com> Co-authored-by: zhaochenyang20 <zhaochen20@outlook.com>
…ffusion usage (sgl-project#17888) Co-authored-by: Rishitshivam <164783543+Rishitshivam@users.noreply.github.com> Co-authored-by: Ratish P <114130421+Ratish1@users.noreply.github.com> Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> Co-authored-by: Adarsh Shirawalmath <114558126+adarshxs@users.noreply.github.com> Co-authored-by: zhaochenyang20 <zhaochen20@outlook.com>

Motivation
The documentation for supported models was missing models such as Falcon H1, Hunyuan-Large, and Qwen3-Omni.
Adding a Diffusion to Basic Usage for better guidance.
Modifications
New Model Support:
Generative Models: Added Falcon H1 (0.5B–34B Hybrid Mamba-Transformer) and Hunyuan-Large (389B MoE).
Multimodal Models: Added Step3-VL (10B) and Qwen3-Omni (Omni-modal MoE).
Basic Usage:
Added/Updated Diffusion documentation in the Basic Usage section to provide clear guidance on diffusion language models as requested.
Accuracy Tests
Benchmarking and Profiling
Checklist
Review Process
/tag-run-ci-label,/rerun-failed-ci,/tag-and-rerun-ci