Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/vllm-release-tag.commit
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.23.0
v0.24.0
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ RUN pip config set global.index-url ${PIP_INDEX_URL} && \

# Install vLLM
ARG VLLM_REPO=https://github.com/vllm-project/vllm.git
ARG VLLM_TAG=v0.23.0
ARG VLLM_TAG=v0.24.0
ARG VLLM_COMMIT=""
RUN if [ -n "$VLLM_COMMIT" ]; then \
git init /vllm-workspace/vllm && \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.310p
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ RUN pip config set global.index-url ${PIP_INDEX_URL} && \

# Install vLLM
ARG VLLM_REPO=https://github.com/vllm-project/vllm.git
ARG VLLM_TAG=v0.23.0
ARG VLLM_TAG=v0.24.0
ARG VLLM_COMMIT=""
RUN if [ -n "$VLLM_COMMIT" ]; then \
git init /vllm-workspace/vllm && \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.310p.openEuler
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ RUN pip config set global.index-url ${PIP_INDEX_URL} && \

# Install vLLM
ARG VLLM_REPO=https://github.com/vllm-project/vllm.git
ARG VLLM_TAG=v0.23.0
ARG VLLM_TAG=v0.24.0
ARG VLLM_COMMIT=""
RUN if [ -n "$VLLM_COMMIT" ]; then \
git init /vllm-workspace/vllm && \
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile.a3
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ RUN pip config set global.index-url ${PIP_INDEX_URL} && \

# Install vLLM
ARG VLLM_REPO=https://github.com/vllm-project/vllm.git
ARG VLLM_TAG=v0.23.0
ARG VLLM_TAG=v0.24.0
ARG VLLM_COMMIT=""
RUN if [ -n "$VLLM_COMMIT" ]; then \
git init /vllm-workspace/vllm && \
Expand Down Expand Up @@ -77,4 +77,4 @@ RUN export PIP_EXTRA_INDEX_URL="https://mirrors.huaweicloud.com/ascend/repos/pyp
RUN echo "export LD_PRELOAD=/usr/lib/$(uname -m)-linux-gnu/libjemalloc.so.2:$LD_PRELOAD" >> ~/.bashrc
RUN echo "export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib" >> ~/.bashrc

CMD ["/bin/bash"]
CMD ["/bin/bash"]
4 changes: 2 additions & 2 deletions Dockerfile.a3.openEuler
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ RUN pip config set global.index-url ${PIP_INDEX_URL} && \

# Install vLLM
ARG VLLM_REPO=https://github.com/vllm-project/vllm.git
ARG VLLM_TAG=v0.23.0
ARG VLLM_TAG=v0.24.0
ARG VLLM_COMMIT=""
RUN if [ -n "$VLLM_COMMIT" ]; then \
git init /vllm-workspace/vllm && \
Expand Down Expand Up @@ -72,4 +72,4 @@ RUN export PIP_EXTRA_INDEX_URL="https://mirrors.huaweicloud.com/ascend/repos/pyp
RUN echo "export LD_PRELOAD=/usr/lib64/libjemalloc.so.2:$LD_PRELOAD" >> ~/.bashrc
RUN echo "export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib" >> ~/.bashrc

CMD ["/bin/bash"]
CMD ["/bin/bash"]
2 changes: 1 addition & 1 deletion Dockerfile.a5
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ RUN pip config set global.index-url ${PIP_INDEX_URL} && \

# Install vLLM
ARG VLLM_REPO=https://github.com/vllm-project/vllm.git
ARG VLLM_TAG=v0.23.0
ARG VLLM_TAG=v0.24.0
RUN git clone --depth 1 -b $VLLM_TAG $VLLM_REPO /vllm-workspace/vllm
# In x86, triton will be installed by vllm. But in Ascend, triton doesn't work correctly. we need to uninstall it.
RUN VLLM_TARGET_DEVICE="empty" python3 -m pip install -e /vllm-workspace/vllm/[audio] --extra-index https://download.pytorch.org/whl/cpu/ && \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.a5.openEuler
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ RUN pip config set global.index-url ${PIP_INDEX_URL} && \

# Install vLLM
ARG VLLM_REPO=https://github.com/vllm-project/vllm.git
ARG VLLM_TAG=v0.23.0
ARG VLLM_TAG=v0.24.0
RUN git clone --depth 1 -b $VLLM_TAG $VLLM_REPO /vllm-workspace/vllm
# In x86, triton will be installed by vllm. But in Ascend, triton doesn't work correctly. we need to uninstall it.
RUN VLLM_TARGET_DEVICE="empty" python3 -m pip install -e /vllm-workspace/vllm/[audio] --extra-index https://download.pytorch.org/whl/cpu/ && \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.openEuler
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ RUN pip config set global.index-url ${PIP_INDEX_URL} && \

# Install vLLM
ARG VLLM_REPO=https://github.com/vllm-project/vllm.git
ARG VLLM_TAG=v0.23.0
ARG VLLM_TAG=v0.24.0
ARG VLLM_COMMIT=""
RUN if [ -n "$VLLM_COMMIT" ]; then \
git init /vllm-workspace/vllm && \
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ Below are the maintained branches:

| Branch | Status | Note |
|------------------|--------------|--------------------------------------|
| main | Maintained | CI commitment for vLLM main branch and vLLM v0.23.0 tag |
| main | Maintained | CI commitment for vLLM main branch and vLLM v0.24.0 tag |
| v0.7.1-dev | Unmaintained | Outdated, no longer maintained. |
| v0.7.3-dev | Unmaintained | Only bug fixes are allowed, and no new release tags anymore. |
| v0.9.1-dev | Unmaintained | Only bug fixes are allowed, and no new release tags anymore. |
Expand Down
2 changes: 1 addition & 1 deletion README.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ vllm-ascend有主干分支和开发分支。

| 分支 | 状态 | 备注 |
|------------------|--------------|----------------------|
| main | Maintained | 基于vLLM main分支和vLLM最新版本(v0.23.0)CI看护 |
| main | Maintained | 基于vLLM main分支和vLLM最新版本(v0.24.0)CI看护 |
| v0.7.1-dev | Unmaintained | 不再维护 |
| v0.7.3-dev | Unmaintained | 只允许Bug修复,不会再发布新版本 |
| v0.9.1-dev | Unmaintained | 只允许Bug修复,不会再发布新版本 |
Expand Down
6 changes: 3 additions & 3 deletions docs/source/community/slash-commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ binary bisect for genuine failures. By default, AOP hooks are disabled.
/nightly qwen3-vl-32b-instruct-w8a8

# Run on a specific release branch
/nightly qwen3-vl-32b-instruct-w8a8 --branch releases/v0.23.0
/nightly qwen3-vl-32b-instruct-w8a8 --branch releases/v0.24.0

# Run all tests on a specific branch
/nightly all --branch my-feature-branch
Expand All @@ -88,7 +88,7 @@ binary bisect for genuine failures. By default, AOP hooks are disabled.
/nightly all --aop_enabled

# Run specific test with AOP on a release branch
/nightly test_custom_op --branch releases/v0.23.0 --aop_enabled
/nightly test_custom_op --branch releases/v0.24.0 --aop_enabled
```

This triggers `workflow_dispatch` on both `schedule_nightly_test_a2.yaml` and `schedule_nightly_test_a3.yaml`.
Expand All @@ -107,7 +107,7 @@ Cherry-pick a PR's commits onto a specified target branch and create a new PR. T

```text
# Cherry-pick to a release branch
/cherry-pick releases/v0.23.0
/cherry-pick releases/v0.24.0

# Cherry-pick to main
/cherry-pick main
Expand Down
Loading
Loading