[Bugfix] add compilation/__init__.py to fix import error (#1152)

1. Add `__init__.py` for vllm_ascend/compilation to make sure it's a
python module
2. Fix model runner bug to keep the same with vllm
3. Add release note for 0.9.0rc2

---------

Signed-off-by: wangxiyuan <wangxiyuan1007@gmail.com>
This commit is contained in:
wangxiyuan
2025-06-10 17:14:25 +08:00
committed by GitHub
parent e68e81f2ce
commit b75cb788dd
7 changed files with 23 additions and 10 deletions

View File

@@ -68,10 +68,10 @@ myst_substitutions = {
# the branch of vllm-ascend, used in vllm-ascend clone and image tag
# - main branch: 'main'
# - vX.Y.Z branch: latest vllm-ascend release tag
'vllm_ascend_version': 'v0.9.0rc1',
'vllm_ascend_version': 'v0.9.0rc2',
# the newest release version of vllm-ascend and matched vLLM, used in pip install.
# This value should be updated when cut down release.
'pip_vllm_ascend_version': "0.9.0rc1",
'pip_vllm_ascend_version': "0.9.0rc2",
'pip_vllm_version': "0.9.0",
# CANN image tag
'cann_image_tag': "8.1.rc1-910b-ubuntu22.04-py3.10",