[Bugfix] cocopod ops can't be finded (#242)

Signed-off-by: Li Wei <liwei.109@outlook.com>
This commit is contained in:
Li Wei
2026-03-02 15:49:24 +08:00
committed by GitHub
parent 171f664a0f
commit e4c9b9f988

View File

@@ -25,6 +25,7 @@ from vllm.logger import init_logger
logger = init_logger(__name__)
try:
import cocopod # noqa
import kunlun_ops
logger.info("Load custom ops library success!")