[Core] Cleanup triton patch which has been fixed in vllm (#764)
### What this PR does / why we need it? - Revert "Re-patch TritonPlaceholder on main to make CI happy (#753)" because upstream main CI already merged: https://github.com/vllm-project/vllm/pull/17446 - Keep 0.8.5.post1 compatible ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? CI passed --------- Signed-off-by: Yikun Jiang <yikunkero@gmail.com>
This commit is contained in:
@@ -22,5 +22,5 @@ if vllm_version_is("0.8.5") or vllm_version_is("0.8.5.post1"):
|
||||
from vllm_ascend.patch.worker import patch_0_8_5 # noqa: F401
|
||||
from vllm_ascend.patch.worker import patch_common # noqa: F401
|
||||
else:
|
||||
from vllm_ascend.patch.worker import patch_main # noqa: F401 # isort:skip
|
||||
from vllm_ascend.patch.worker import patch_common # noqa: F401
|
||||
from vllm_ascend.patch.worker import patch_main # noqa: F401
|
||||
|
||||
Reference in New Issue
Block a user