Skip to content

Conversation

jeejeelee
Copy link
Collaborator

qlora_adapter_name_or_path is a redundant argument and is now deprecated

Signed-off-by: Jee Jee Li <[email protected]>
Copy link

github-actions bot commented May 6, 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.

🚀

@mergify mergify bot added the documentation Improvements or additions to documentation label May 6, 2025
@jeejeelee jeejeelee requested a review from DarkLight1337 May 6, 2025 07:21
Signed-off-by: Jee Jee Li <[email protected]>
Signed-off-by: Jee Jee Li <[email protected]>
jeejeelee added 2 commits May 6, 2025 07:45
Signed-off-by: Jee Jee Li <[email protected]>
Signed-off-by: Jee Jee Li <[email protected]>
@DarkLight1337
Copy link
Member

LGTM then

@jeejeelee jeejeelee added the ready ONLY add when PR is ready to merge/full CI is needed label May 6, 2025
Comment on lines 514 to 520
load_group.add_argument(
"--qlora-adapter-name-or-path",
type=str,
default=None,
help="The `--qlora-adapter-name-or-path` has no effect, do not set"
" it, and it will be removed in v0.10.0.",
)
Copy link
Member

Choose a reason for hiding this comment

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

You could also add deprecated=True here (you'd probably need to merge from main though)

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Done


else:
model_name_or_path = model_config.model
model_name_or_path = model_config.model
Copy link
Member

Choose a reason for hiding this comment

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

Is this variable necessary at all now? We access the other attributes from model_config directly everywhere else in this method.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Done

Signed-off-by: Jee Jee Li <[email protected]>
@mergify mergify bot added the ci/build label May 6, 2025
Signed-off-by: Jee Jee Li <[email protected]>
Copy link
Member

@hmellor hmellor left a comment

Choose a reason for hiding this comment

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

LGTM

@jeejeelee
Copy link
Collaborator Author

@hmellor It looks like we can't add deprecated=True, see: https://buildkite.com/vllm/ci/builds/19389#0196a552-9af7-4bcc-9835-0d684e85cc46

@hmellor
Copy link
Member

hmellor commented May 6, 2025

Oh, sorry about that, I thought #17426 had merged

@jeejeelee
Copy link
Collaborator Author

It doesn't matter, let's wait for #17426

@hmellor
Copy link
Member

hmellor commented May 6, 2025

Ok it's merged

@DarkLight1337
Copy link
Member

I'll just force merge this

@vllm-bot vllm-bot merged commit ba7703e into vllm-project:main May 7, 2025
52 of 55 checks passed
@jeejeelee jeejeelee deleted the move-qlora branch May 8, 2025 08:36
RichardoMrMu pushed a commit to RichardoMrMu/vllm that referenced this pull request May 12, 2025
mawong-amd pushed a commit to ROCm/vllm that referenced this pull request May 14, 2025
zzzyq pushed a commit to zzzyq/vllm that referenced this pull request May 24, 2025
minpeter pushed a commit to minpeter/vllm that referenced this pull request Jun 24, 2025
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 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.

4 participants