-
Notifications
You must be signed in to change notification settings - Fork 460
[Bugfix] add compilation/__init__.py to fix import error #1152
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
37a6f9c
to
b096e46
Compare
Signed-off-by: wangxiyuan <wangxiyuan1007@gmail.com>
b096e46
to
c681def
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's merge this first and update it in followup
@@ -1,5 +1,13 @@ | |||
# Release note | |||
|
|||
## v0.9.0rc1 - 2025.06.10 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
## v0.9.0rc1 - 2025.06.10 | |
## v0.9.0rc2 - 2025.06.10 |
Signed-off-by: wangxiyuan <wangxiyuan1007@gmail.com>
the new commit only fixed some doc typo. |
@wangxiyuan this should be backported to https://github.com/vllm-project/vllm-ascend/tree/v0.9.1-dev |
…t#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>
…t#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> Signed-off-by: wangxiaoxin (A) <wangxiaoxin7@huawei.com>
…t#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> Signed-off-by: wangxiaoxin (A) <wangxiaoxin7@huawei.com>
…rror (vllm-project#1152) Merge branch wengang/cherry-pick-1152 of git@code.alipay.com:Theta/vllm-ascend.git into dev-v0.9.0604 https://code.alipay.com/Theta/vllm-ascend/pull_requests/123?tab=diff Reviewed-by: 沧濯 <zhengshoujian.zsj@antgroup.com> * [Bugfix] add compilation/__init__.py to fix import error (vllm-project#1152) * [Revert] Keep compatibility with vllm v0.9.0
__init__.py
for vllm_ascend/compilation to make sure it's a python module