fix cpu __ini__.py (#3448)
Some checks failed
Deploy GitHub Pages / deploy (push) Has been cancelled

This commit is contained in:
chen
2025-08-17 12:38:54 +08:00
committed by GitHub
parent 33c0197ebe
commit e88f5552db

View File

@@ -18,7 +18,6 @@ from fastdeploy.import_ops import import_custom_ops, rename_imported_op
PACKAGE = "fastdeploy.model_executor.ops.cpu"
import_custom_ops(PACKAGE, "..base.fastdeploy_base_ops", globals())
import_custom_ops(PACKAGE, ".fastdeploy_cpu_ops", globals())
rename_imported_op(