[Bugfix] Fix triton placeholder patch period (#704)

Fix triton placeholder patch period

Signed-off-by: MengqingCao <cmq0113@163.com>
This commit is contained in:
Mengqing Cao
2025-04-28 18:52:03 +08:00
committed by GitHub
parent 58f9d932d3
commit be9e3e8545
2 changed files with 7 additions and 0 deletions

View File

@@ -23,5 +23,9 @@ def register():
def register_model():
# TODO: fixme when TritonPlaceholder fixed
from vllm_ascend.utils import vllm_version_is
if vllm_version_is("0.8.4"):
import vllm_ascend.patch.worker.patch_0_8_4.patch_tritonplaceholder # noqa
from .models import register_model
register_model()