Skip to content

Comments

Vllm 0.6.0 integration test#10697

Merged
oyilmaz-nvidia merged 9 commits intoNVIDIA-NeMo:mainfrom
HuiyingLi:vllm_0.6.0_integration_test
Oct 4, 2024
Merged

Vllm 0.6.0 integration test#10697
oyilmaz-nvidia merged 9 commits intoNVIDIA-NeMo:mainfrom
HuiyingLi:vllm_0.6.0_integration_test

Conversation

@HuiyingLi
Copy link
Collaborator

What does this PR do ?

Add integrations to update vllm to 0.6.0

Collection: [Note which collection this PR will affect]

Changelog

  • Add specific line by line info of high level changes in this PR.

Usage

  • You can potentially add a usage example below
# Add a code snippet demonstrating how to use this 

GitHub Actions CI

The Jenkins CI system has been replaced by GitHub Actions self-hosted runners.

The GitHub Actions CI will run automatically when the "Run CICD" label is added to the PR.
To re-run CI remove and add the label again.
To run CI on an untrusted fork, a NeMo user with write access must first click "Approve and run".

Before your PR is "Ready for review"

Pre checks:

  • Make sure you read and followed Contributor guidelines
  • Did you write any new necessary tests?
  • Did you add or update any necessary documentation?
  • Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc)
    • Reviewer: Does the PR have correct import guards for all optional libraries?

PR Type:

  • New Feature
  • Bugfix
  • Documentation

If you haven't finished some of the above items you can still open "Draft" PR.

Who can review?

Anyone in the community is free to review the PR once the checks have passed.
Contributor guidelines contains specific people who can review PRs to various areas.

Additional Information

  • Related to # (issue)

Signed-off-by: HuiyingLi <willwin.lee@gmail.com>
Signed-off-by: HuiyingLi <willwin.lee@gmail.com>
Signed-off-by: HuiyingLi <willwin.lee@gmail.com>
Signed-off-by: HuiyingLi <willwin.lee@gmail.com>
Signed-off-by: HuiyingLi <willwin.lee@gmail.com>
@oyilmaz-nvidia oyilmaz-nvidia marked this pull request as ready for review October 1, 2024 19:51
@github-actions github-actions bot removed the NLP label Oct 1, 2024
oyilmaz-nvidia and others added 2 commits October 1, 2024 23:32
@janekl janekl mentioned this pull request Oct 2, 2024
8 tasks
@oyilmaz-nvidia oyilmaz-nvidia merged commit 3578f75 into NVIDIA-NeMo:main Oct 4, 2024
ko3n1g pushed a commit that referenced this pull request Oct 4, 2024
* fixes for vllm 0.5.5

Signed-off-by: HuiyingLi <willwin.lee@gmail.com>

* vllm 0.6.0 updates

Signed-off-by: HuiyingLi <willwin.lee@gmail.com>

* change --ptuning --lora arg

Signed-off-by: HuiyingLi <willwin.lee@gmail.com>

* convert ptuning and lora to bool

Signed-off-by: HuiyingLi <willwin.lee@gmail.com>

* parse arg being empty string to be false

Signed-off-by: HuiyingLi <willwin.lee@gmail.com>

* cleanup and format

Signed-off-by: HuiyingLi <willwin.lee@gmail.com>

---------

Signed-off-by: HuiyingLi <willwin.lee@gmail.com>
Co-authored-by: Onur Yilmaz <35306097+oyilmaz-nvidia@users.noreply.github.com>
thomasdhc pushed a commit that referenced this pull request Oct 4, 2024
* fixes for vllm 0.5.5



* vllm 0.6.0 updates



* change --ptuning --lora arg



* convert ptuning and lora to bool



* parse arg being empty string to be false



* cleanup and format



---------

Signed-off-by: HuiyingLi <willwin.lee@gmail.com>
Co-authored-by: Huiying <willwin.lee@gmail.com>
Co-authored-by: Onur Yilmaz <35306097+oyilmaz-nvidia@users.noreply.github.com>
monica-sekoyan pushed a commit that referenced this pull request Oct 14, 2024
* fixes for vllm 0.5.5

Signed-off-by: HuiyingLi <willwin.lee@gmail.com>

* vllm 0.6.0 updates

Signed-off-by: HuiyingLi <willwin.lee@gmail.com>

* change --ptuning --lora arg

Signed-off-by: HuiyingLi <willwin.lee@gmail.com>

* convert ptuning and lora to bool

Signed-off-by: HuiyingLi <willwin.lee@gmail.com>

* parse arg being empty string to be false

Signed-off-by: HuiyingLi <willwin.lee@gmail.com>

* cleanup and format

Signed-off-by: HuiyingLi <willwin.lee@gmail.com>

---------

Signed-off-by: HuiyingLi <willwin.lee@gmail.com>
Co-authored-by: Onur Yilmaz <35306097+oyilmaz-nvidia@users.noreply.github.com>
yashaswikarnati pushed a commit that referenced this pull request Oct 20, 2024
* fixes for vllm 0.5.5

Signed-off-by: HuiyingLi <willwin.lee@gmail.com>

* vllm 0.6.0 updates

Signed-off-by: HuiyingLi <willwin.lee@gmail.com>

* change --ptuning --lora arg

Signed-off-by: HuiyingLi <willwin.lee@gmail.com>

* convert ptuning and lora to bool

Signed-off-by: HuiyingLi <willwin.lee@gmail.com>

* parse arg being empty string to be false

Signed-off-by: HuiyingLi <willwin.lee@gmail.com>

* cleanup and format

Signed-off-by: HuiyingLi <willwin.lee@gmail.com>

---------

Signed-off-by: HuiyingLi <willwin.lee@gmail.com>
Co-authored-by: Onur Yilmaz <35306097+oyilmaz-nvidia@users.noreply.github.com>
hainan-xv pushed a commit to hainan-xv/NeMo that referenced this pull request Nov 5, 2024
* fixes for vllm 0.5.5

Signed-off-by: HuiyingLi <willwin.lee@gmail.com>

* vllm 0.6.0 updates

Signed-off-by: HuiyingLi <willwin.lee@gmail.com>

* change --ptuning --lora arg

Signed-off-by: HuiyingLi <willwin.lee@gmail.com>

* convert ptuning and lora to bool

Signed-off-by: HuiyingLi <willwin.lee@gmail.com>

* parse arg being empty string to be false

Signed-off-by: HuiyingLi <willwin.lee@gmail.com>

* cleanup and format

Signed-off-by: HuiyingLi <willwin.lee@gmail.com>

---------

Signed-off-by: HuiyingLi <willwin.lee@gmail.com>
Co-authored-by: Onur Yilmaz <35306097+oyilmaz-nvidia@users.noreply.github.com>
Signed-off-by: Hainan Xu <hainanx@nvidia.com>
XuesongYang pushed a commit to paarthneekhara/NeMo that referenced this pull request Jan 18, 2025
* fixes for vllm 0.5.5

Signed-off-by: HuiyingLi <willwin.lee@gmail.com>

* vllm 0.6.0 updates

Signed-off-by: HuiyingLi <willwin.lee@gmail.com>

* change --ptuning --lora arg

Signed-off-by: HuiyingLi <willwin.lee@gmail.com>

* convert ptuning and lora to bool

Signed-off-by: HuiyingLi <willwin.lee@gmail.com>

* parse arg being empty string to be false

Signed-off-by: HuiyingLi <willwin.lee@gmail.com>

* cleanup and format

Signed-off-by: HuiyingLi <willwin.lee@gmail.com>

---------

Signed-off-by: HuiyingLi <willwin.lee@gmail.com>
Co-authored-by: Onur Yilmaz <35306097+oyilmaz-nvidia@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants