diff --git a/tf_adapter_2.x/npu_device/core/npu_wrapper.cpp b/tf_adapter_2.x/npu_device/core/npu_wrapper.cpp index 06ac6c6926598dc2a3d4492a4ed7da1bb6543ed9..19e3819ccc4316c14245c539b60fb848635d92bf 100644 --- a/tf_adapter_2.x/npu_device/core/npu_wrapper.cpp +++ b/tf_adapter_2.x/npu_device/core/npu_wrapper.cpp @@ -81,7 +81,7 @@ const std::map kConfigurableOptions = { {"hcom_multi_mode", ge::HCOM_MULTI_MODE}, {"is_tailing_optimization", ge::OPTION_EXEC_ENABLE_TAILING_OPTIMIZATION}, {"op_debug_level", ge::OP_DEBUG_LEVEL}, - {"op_debug_config", "ge.exec.opDebugConfig"}, + {"op_debug_config", "op_debug_config"}, {"debug_dir", ge::DEBUG_DIR}, {"modify_mixlist", ge::MODIFY_MIXLIST}, {"enable_exception_dump", ge::OPTION_EXEC_ENABLE_EXCEPTION_DUMP},