Skip to content

Conversation

@hmellor
Copy link
Member

@hmellor hmellor commented Sep 11, 2025

Part of #18953

@hmellor hmellor changed the title Move LoadConfig from config/__init__.py to config/lora.py Move LoRAConfig from config/__init__.py to config/lora.py Sep 11, 2025
Signed-off-by: Harry Mellor <19981378+hmellor@users.noreply.github.com>
@mergify mergify bot added the v1 label Sep 11, 2025
@hmellor hmellor force-pushed the extract-lora-config branch from 8815183 to 305b1a4 Compare September 11, 2025 08:18
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

This pull request refactors the location of LoRAConfig, moving it from the main vllm/config/__init__.py file into its own dedicated module, vllm/config/lora.py. This is a good code organization improvement. The changes include moving the class and updating all internal import paths accordingly. Backward compatibility is maintained by re-exporting LoRAConfig from the original location. The changes are straightforward and have been implemented correctly. I found no high or critical issues in this pull request.

@DarkLight1337 DarkLight1337 enabled auto-merge (squash) September 11, 2025 08:30
@DarkLight1337 DarkLight1337 added the ready ONLY add when PR is ready to merge/full CI is needed label Sep 11, 2025
@DarkLight1337 DarkLight1337 merged commit 5f5271f into vllm-project:main Sep 11, 2025
58 checks passed
@hmellor hmellor deleted the extract-lora-config branch September 11, 2025 11:47
skyloevil pushed a commit to skyloevil/vllm that referenced this pull request Sep 13, 2025
…-project#24644)

Signed-off-by: Harry Mellor <19981378+hmellor@users.noreply.github.com>
dsxsteven pushed a commit to dsxsteven/vllm_splitPR that referenced this pull request Sep 15, 2025
…-project#24644)

Signed-off-by: Harry Mellor <19981378+hmellor@users.noreply.github.com>
FeiDaLI pushed a commit to FeiDaLI/vllm that referenced this pull request Sep 25, 2025
…-project#24644)

Signed-off-by: Harry Mellor <19981378+hmellor@users.noreply.github.com>
xuebwang-amd pushed a commit to xuebwang-amd/vllm that referenced this pull request Oct 10, 2025
…-project#24644)

Signed-off-by: Harry Mellor <19981378+hmellor@users.noreply.github.com>
Signed-off-by: xuebwang-amd <xuebwang@amd.com>
xuebwang-amd pushed a commit to xuebwang-amd/vllm that referenced this pull request Oct 24, 2025
…-project#24644)

Signed-off-by: Harry Mellor <19981378+hmellor@users.noreply.github.com>
Signed-off-by: xuebwang-amd <xuebwang@amd.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ready ONLY add when PR is ready to merge/full CI is needed v1

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants