Skip to content

Conversation

kylehh
Copy link
Contributor

@kylehh kylehh commented Jul 2, 2025

  • Added support for Nemotron-Nano-VL-8B-V1 support
  • Added C-Radios embedding model support
    • Current support is copying all cradio code from HF. But the code is actually downloaded under HF cache. Need help to use the downloaded code instead of adding code under models folder

Purpose

Test Plan

online and offline test
python examples/offline_inference/vision_language.py -m nemotron_vl
pytest tests/models/multimodal/processing/test_nemotron_vl.py

Test Result

(Optional) Documentation Update

kylehh added 6 commits June 14, 2025 07:35
Signed-off-by: Kyle Huang <kylhuang@nvidia.com>
Signed-off-by: Kyle Huang <kylhuang@nvidia.com>
@kylehh kylehh requested a review from aarnphm as a code owner July 2, 2025 04:41
Copy link

github-actions bot commented Jul 2, 2025

👋 Hi! Thank you for contributing to the vLLM project.

💬 Join our developer Slack at https://slack.vllm.ai to discuss your PR in #pr-reviews, coordinate on features in #feat- channels, or join special interest groups in #sig- channels.

Just a reminder: PRs would not trigger full CI run by default. Instead, it would only run fastcheck CI which starts running only a small and essential subset of CI tests to quickly catch errors. You can run other CI tests on top of those by going to your fastcheck build on Buildkite UI (linked in the PR checks section) and unblock them. If you do not have permission to unblock, ping simon-mo or khluu to add you in our Buildkite org.

Once the PR is approved and ready to go, your PR reviewer(s) can run CI to test the changes comprehensively before merging.

To run CI, PR reviewers can either: Add ready label to the PR or enable auto-merge.

🚀

Copy link

mergify bot commented Jul 2, 2025

This pull request has merge conflicts that must be resolved before it can be
merged. Please rebase the PR, @kylehh.

https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/syncing-a-fork

Copy link
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

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

Summary of Changes

Hello @kylehh, 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 enhances vLLM by incorporating support for the Nemotron-Nano-VL-8B-V1 model and C-Radios embedding models. It addresses image processing within the vLLM framework, focusing on integrating new models and managing dependencies, with a temporary workaround for accessing C-Radio code.

Highlights

  • Model Support: Adds support for the Nemotron-Nano-VL-8B-V1 model to vLLM.
  • C-Radios Embedding: Introduces support for C-Radios embedding models, including necessary adaptors and configurations.
  • Code Integration: Includes C-Radio code directly from Hugging Face due to challenges with accessing downloaded code from the HF cache; seeks assistance to resolve this.
Using Gemini Code Assist

The 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 in your pull request via creating an issue comment (i.e. comment on the pull request page) using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in issue comments and review comments.
Help /gemini help Displays a list of available commands.

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 .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist is currently in preview and 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 to provide feedback.

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

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

@kylehh kylehh changed the title [VLM] Add Nemotron-Nano-VL-8B-V1 support [VLM] Add Nemotron-Nano-VL-8B-V1 support (WIP) Jul 2, 2025
Copy link
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

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

Code Review

The pull request adds support for Nemotron-Nano-VL-8B-V1 and C-Radios embedding model. The C-Radios embedding model support copies code from Hugging Face, but there's a request for help to use the downloaded code instead. The changes include modifications to chat_utils.py and the addition of several new files related to cradios. The review comments identify areas for improvement in code clarity, documentation, and handling of a critical limitation.

Signed-off-by: Kyle Huang <kylhuang@nvidia.com>
@DarkLight1337
Copy link
Member

Please update the model according to #20355

@mergify mergify bot removed the needs-rebase label Jul 3, 2025
kylehh added 3 commits July 3, 2025 07:53
Signed-off-by: Kyle Huang <kylhuang@nvidia.com>
Signed-off-by: Kyle Huang <kylhuang@nvidia.com>
Copy link

mergify bot commented Jul 3, 2025

This pull request has merge conflicts that must be resolved before it can be
merged. Please rebase the PR, @kylehh.

https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/syncing-a-fork

@mergify mergify bot added the needs-rebase label Jul 3, 2025
@mergify mergify bot removed the needs-rebase label Jul 3, 2025
kylehh added 2 commits July 3, 2025 13:51
Signed-off-by: Kyle Huang <kylhuang@nvidia.com>
Signed-off-by: Kyle Huang <kylhuang@nvidia.com>
@mergify mergify bot added the documentation Improvements or additions to documentation label Jul 5, 2025
Signed-off-by: Kyle Huang <kylhuang@nvidia.com>
@kylehh kylehh changed the title [VLM] Add Nemotron-Nano-VL-8B-V1 support (WIP) [VLM] Add Nemotron-Nano-VL-8B-V1 support Jul 6, 2025
kylehh and others added 4 commits July 16, 2025 00:00
Co-authored-by: Cyrus Leung <cyrus.tl.leung@gmail.com>
Co-authored-by: Cyrus Leung <cyrus.tl.leung@gmail.com>
Signed-off-by: Kyle Huang <kylhuang@nvidia.com>
Signed-off-by: Kyle Huang <kylhuang@nvidia.com>
Copy link
Member

@DarkLight1337 DarkLight1337 left a comment

Choose a reason for hiding this comment

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

Otherwise LGTM, thanks for your patience!

@DarkLight1337 DarkLight1337 added the ready ONLY add when PR is ready to merge/full CI is needed label Jul 16, 2025
@DarkLight1337
Copy link
Member

Please fix the tests

Copy link
Member

@Isotr0py Isotr0py left a comment

Choose a reason for hiding this comment

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

Overall LGTM, just some nits.

Signed-off-by: Kyle Huang <kylhuang@nvidia.com>
@mergify mergify bot added the ci/build label Jul 16, 2025
@DarkLight1337 DarkLight1337 enabled auto-merge (squash) July 17, 2025 03:16
@vllm-bot vllm-bot merged commit 4ef00b5 into vllm-project:main Jul 17, 2025
97 of 100 checks passed
@kylehh kylehh deleted the nemotron_vl branch July 17, 2025 14:33
hj-mistral pushed a commit to hj-mistral/vllm that referenced this pull request Jul 19, 2025
Signed-off-by: Kyle Huang <kylhuang@nvidia.com>
Co-authored-by: Cyrus Leung <cyrus.tl.leung@gmail.com>
Signed-off-by: Himanshu Jaju <hj@mistral.ai>
LyrisZhong pushed a commit to LyrisZhong/vllm that referenced this pull request Jul 23, 2025
Signed-off-by: Kyle Huang <kylhuang@nvidia.com>
Co-authored-by: Cyrus Leung <cyrus.tl.leung@gmail.com>
avigny pushed a commit to avigny/vllm that referenced this pull request Jul 31, 2025
Signed-off-by: Kyle Huang <kylhuang@nvidia.com>
Co-authored-by: Cyrus Leung <cyrus.tl.leung@gmail.com>
Signed-off-by: avigny <47987522+avigny@users.noreply.github.com>
x22x22 pushed a commit to x22x22/vllm that referenced this pull request Aug 5, 2025
Signed-off-by: Kyle Huang <kylhuang@nvidia.com>
Co-authored-by: Cyrus Leung <cyrus.tl.leung@gmail.com>
Signed-off-by: x22x22 <wadeking@qq.com>
Pradyun92 pushed a commit to Pradyun92/vllm that referenced this pull request Aug 6, 2025
Signed-off-by: Kyle Huang <kylhuang@nvidia.com>
Co-authored-by: Cyrus Leung <cyrus.tl.leung@gmail.com>
npanpaliya pushed a commit to odh-on-pz/vllm-upstream that referenced this pull request Aug 6, 2025
Signed-off-by: Kyle Huang <kylhuang@nvidia.com>
Co-authored-by: Cyrus Leung <cyrus.tl.leung@gmail.com>
jinzhen-lin pushed a commit to jinzhen-lin/vllm that referenced this pull request Aug 9, 2025
Signed-off-by: Kyle Huang <kylhuang@nvidia.com>
Co-authored-by: Cyrus Leung <cyrus.tl.leung@gmail.com>
Signed-off-by: Jinzhen Lin <linjinzhen@hotmail.com>
paulpak58 pushed a commit to paulpak58/vllm that referenced this pull request Aug 13, 2025
Signed-off-by: Kyle Huang <kylhuang@nvidia.com>
Co-authored-by: Cyrus Leung <cyrus.tl.leung@gmail.com>
Signed-off-by: Paul Pak <paulpak58@gmail.com>
taneem-ibrahim pushed a commit to taneem-ibrahim/vllm that referenced this pull request Aug 14, 2025
Signed-off-by: Kyle Huang <kylhuang@nvidia.com>
Co-authored-by: Cyrus Leung <cyrus.tl.leung@gmail.com>
diegocastanibm pushed a commit to diegocastanibm/vllm that referenced this pull request Aug 15, 2025
Signed-off-by: Kyle Huang <kylhuang@nvidia.com>
Co-authored-by: Cyrus Leung <cyrus.tl.leung@gmail.com>
Signed-off-by: Diego-Castan <diego.castan@ibm.com>
epwalsh pushed a commit to epwalsh/vllm that referenced this pull request Aug 27, 2025
Signed-off-by: Kyle Huang <kylhuang@nvidia.com>
Co-authored-by: Cyrus Leung <cyrus.tl.leung@gmail.com>
googlercolin pushed a commit to googlercolin/vllm that referenced this pull request Aug 29, 2025
Signed-off-by: Kyle Huang <kylhuang@nvidia.com>
Co-authored-by: Cyrus Leung <cyrus.tl.leung@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci/build documentation Improvements or additions to documentation frontend multi-modality Related to multi-modality (#4194) new-model Requests to new models ready ONLY add when PR is ready to merge/full CI is needed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants