Skip to content

Commit e88f555

Browse files
authored
fix cpu __ini__.py (#3448)
1 parent 33c0197 commit e88f555

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

fastdeploy/model_executor/ops/cpu/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818

1919
PACKAGE = "fastdeploy.model_executor.ops.cpu"
2020

21-
import_custom_ops(PACKAGE, "..base.fastdeploy_base_ops", globals())
2221
import_custom_ops(PACKAGE, ".fastdeploy_cpu_ops", globals())
2322

2423
rename_imported_op(

0 commit comments

Comments
 (0)