[Fix] Better error message when there is OOM during cache initialization#203
Merged
zhuohan123 merged 3 commits intomainfrom Jun 22, 2023
Merged
[Fix] Better error message when there is OOM during cache initialization#203zhuohan123 merged 3 commits intomainfrom
zhuohan123 merged 3 commits intomainfrom
Conversation
michaelfeil
pushed a commit
to michaelfeil/vllm
that referenced
this pull request
Jun 24, 2023
hongxiayang
pushed a commit
to hongxiayang/vllm
that referenced
this pull request
Feb 13, 2024
mht-sharma
pushed a commit
to mht-sharma/vllm
that referenced
this pull request
Oct 30, 2024
Upstream merge 24 9 23
wuhuikx
pushed a commit
to wuhuikx/vllm
that referenced
this pull request
Mar 27, 2025
### What this PR does / why we need it? Recover vllm-ascend dev image by soft revert: - vllm-project/vllm-ascend@701a287 - vllm-project/vllm-ascend@aba0b83 ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? CI passed Signed-off-by: Yikun Jiang <yikunkero@gmail.com>
wuhuikx
pushed a commit
to wuhuikx/vllm
that referenced
this pull request
Mar 27, 2025
) ### What this PR does / why we need it? remove v prefix in pip_vllm_version, followup on vllm-project#203 ### Does this PR introduce _any_ user-facing change? NO ### How was this patch tested? ``` $ grep "|pip_vllm_version|" -r ./docs/source ./docs/source/installation.md:pip install vllm==|pip_vllm_version| ``` preview <img width="796" alt="image" src="https://github.com/user-attachments/assets/516cef2e-9037-473a-8f04-baaaa260c1e3" /> Signed-off-by: Yikun Jiang <yikunkero@gmail.com>
dtrifiro
pushed a commit
to dtrifiro/vllm
that referenced
this pull request
Apr 7, 2025
SUMMARY: upstream sync to `bb103b29bf3d26fa831458a8ca5af1bb820c4712` this is as of 2025-03-30 Boston AM. ```bash > git log commit f44d253 (HEAD -> upstreamsync-20250330, origin/upstreamsync-20250330) Merge: 2602d9d bb103b2 Author: andy-neuma <andy@neuralmagic.com> Date: Sun Mar 30 11:17:52 2025 -0400 Merge remote-tracking branch 'upstream/main' commit bb103b2 (upstream/main) Author: kYLe <kylhuang@nvidia.com> Date: Sun Mar 30 05:45:08 2025 -0500 [Bugfix] Added `embed_is_patch` mask for fuyu model (vllm-project#15731) Signed-off-by: Kyle Huang <kylhuang@nvidia.com> ... ``` created via "merge" not cherry-pick TEST PLAN: accept sync is green - https://github.com/neuralmagic/nm-cicd/actions/runs/14225725956
iwooook
pushed a commit
to moreh-dev/vllm
that referenced
this pull request
Nov 29, 2025
Signed-off-by: Salar <skhorasgani@tenstorrent.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 #191.