-
Notifications
You must be signed in to change notification settings - Fork 624
[Main] Upgrade vllm commit to 2025_12_01 #4527
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Note Gemini is unable to generate a review for this pull request due to the file types involved not being currently supported. |
|
👋 Hi! Thank you for contributing to the vLLM Ascend project. The following points will speed up your PR merge:
If CI fails, you can run linting and testing checks locally according Contributing and Testing. |
Signed-off-by: wangli <[email protected]>
Signed-off-by: wangli <[email protected]>
Signed-off-by: wangli <[email protected]>
Signed-off-by: wangli <[email protected]>
Signed-off-by: wangli <[email protected]>
Signed-off-by: wangli <[email protected]>
Signed-off-by: wangli <[email protected]>
Signed-off-by: wangli <[email protected]>
Signed-off-by: wangli <[email protected]>
Signed-off-by: wangli <[email protected]>
Signed-off-by: wangli <[email protected]>
Signed-off-by: wangli <[email protected]>
Signed-off-by: wangli <[email protected]>
Signed-off-by: wangli <[email protected]>
Signed-off-by: wangli <[email protected]>
Signed-off-by: wangli <[email protected]>
Signed-off-by: wangli <[email protected]>
Signed-off-by: wangli <[email protected]>
Signed-off-by: wangli <[email protected]>
Signed-off-by: wangli <[email protected]>
Signed-off-by: wangli <[email protected]>
Signed-off-by: wangli <[email protected]>
Signed-off-by: wangli <[email protected]>
Signed-off-by: wangli <[email protected]>
Signed-off-by: wangli <[email protected]>
Signed-off-by: wangli <[email protected]>
|
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
Signed-off-by: wangli <[email protected]>
Signed-off-by: wangli <[email protected]>
|
replace by #4608 |
What this PR does / why we need it?
fix Update
rope_scalingtorope_parametersin preparation for Transformers v5 vllm#28542The model structure modifications we involved in are:
fix Revert "[Redo] #26368 (#28771)" vllm#29121
the output token now type changed from np to
list[list[int]]fix [Core] Deprecate
xformersvllm#29262xformersbackend for multimodal now has been deprecatedfix [Attention] Remove imports from
vllm/attention/__init__.pyvllm#29342fix [Core] Refactor padding logic and pad for CUDA graphs before attention metadata building vllm#28579
fix [Feature] Prefill Context Parallel (PCP) basic support vllm#28718
fix [Config] Clean up SchedulerConfig initialization vllm#28665
fix [Frontend][torch.compile] CompilationConfig Overhaul (#20283): Set up -O infrastructure vllm#26847
vllm introduced the
optimization-level, some default config has been changed, and the param--enforce-eagerhas been deprecatedDoes this PR introduce any user-facing change?
How was this patch tested?