[Fix] Weight loading for GPTBigCode#313
Merged
zhuohan123 merged 4 commits intomainfrom Jun 30, 2023
Merged
Conversation
WoosukKwon
approved these changes
Jun 30, 2023
Collaborator
WoosukKwon
left a comment
There was a problem hiding this comment.
LGTM. Thanks for the fix!
michaelfeil
pushed a commit
to michaelfeil/vllm
that referenced
this pull request
Jul 1, 2023
hongxiayang
pushed a commit
to hongxiayang/vllm
that referenced
this pull request
Feb 13, 2024
yukavio
pushed a commit
to yukavio/vllm
that referenced
this pull request
Jul 3, 2024
jikunshang
pushed a commit
to jikunshang/vllm
that referenced
this pull request
Sep 24, 2024
…llm-project#313) Block 0 is used for padding. This PR removes the padding block from a list of available blocks in block allocators v1 and v2
billishyahao
pushed a commit
to billishyahao/vllm
that referenced
this pull request
Dec 31, 2024
…platform (vllm-project#313) Signed-off-by: Gregory Shtrasberg <Gregory.Shtrasberg@amd.com>
yma11
pushed a commit
to yma11/vllm
that referenced
this pull request
Sep 15, 2025
…lm-project#313) * Update requirements/xpu.txt ipex-ci/dep_update_20250820_48933bfea * Update Dockerfile.xpu to use release UMD * Update xpu.txt Add public ipex whl link --------- Co-authored-by: wenjun liu <wenjun.liu@intel.com>
cursor Bot
pushed a commit
to Shirley125/vllm_epd
that referenced
this pull request
Jan 22, 2026
Signed-off-by: zjy0516 <riverclouds.zhu@qq.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fix #254