已合并
修复runtime中的toolCallsProcessor未init的问题 #1036
xsxhw创建于 5月28日
修复runtime中的toolCallsProcessor未init的问题 #1036
已合并
xsxhw创建于 5月28日
xsxhw
5月28日

合入背景

#fix #625 回退pre-commit导致的tool calls processors未注册问题

修改内容

回退pre-commit导致的tool calls processors未注册问题

资料变更

NA

接口变更

NA

测试结果

请说明测试场景,测试方法以及测试结果。
测试用例设计时需考虑硬件、部署方式、功能、性能、精度、显存等维度。

CheckList

PR提交人对以下CheckList自检项进行全量自检,自检通过或不涉及,均修改 [ ] 为 [x]。

likedislike
Pull Request已成功合入, 合并人@ascend-robot
(感谢 xsxhw 的贡献)
openLiBingCI成员5月28日进行代码检视1
mindie_llm/runtime/models/base/tool_calls_processor_registry.py
@@ -29,0 +29,2 @@
29+ from mindie_llm.runtime.models.qwen3.tool_calls_processor_qwen3 import ( # noqa: F401
30+ ToolCallsProcessorQwen3,
31+ )
openLiBingCI5月28日评论:

此条代码评论区间+29+31

【openlibing.ci】识别到代码检查告警抑制注释,匹配工具:flake8,请Committer检视其合理性。

likedislike
openLiBingCI成员5月28日进行代码检视1
mindie_llm/runtime/models/base/tool_calls_processor_registry.py
@@ -29,0 +29,2 @@
29+ from mindie_llm.runtime.models.qwen3.tool_calls_processor_qwen3 import ( # noqa: F401
30+ ToolCallsProcessorQwen3,
31+ )
openLiBingCI5月28日评论:

此条代码评论区间+29+31

【openlibing.ci】识别到代码检查告警抑制注释,匹配工具:flake8,请Committer检视其合理性。

likedislike
openLiBingCI成员5月28日进行代码检视1
mindie_llm/runtime/models/base/tool_calls_processor_registry.py
@@ -29,0 +29,2 @@
29+ from mindie_llm.runtime.models.qwen3.tool_calls_processor_qwen3 import ( # noqa: F401
30+ ToolCallsProcessorQwen3,
31+ )
openLiBingCI5月28日评论:

此条代码评论区间+29+31

【openlibing.ci】识别到代码检查告警抑制注释,匹配工具:flake8,请Committer检视其合理性。

likedislike
openLiBingCI成员5月28日进行代码检视1
mindie_llm/runtime/models/base/tool_calls_processor_registry.py
@@ -29,0 +29,2 @@
29+ from mindie_llm.runtime.models.qwen3.tool_calls_processor_qwen3 import ( # noqa: F401
30+ ToolCallsProcessorQwen3,
31+ )
openLiBingCI5月28日评论:

此条代码评论区间+29+31

【openlibing.ci】识别到代码检查告警抑制注释,匹配工具:flake8,请Committer检视其合理性。

likedislike
openLiBingCI成员5月28日进行代码检视1
mindie_llm/runtime/models/base/tool_calls_processor_registry.py
@@ -29,5 +30,8 @@
30+ ToolCallsProcessorQwen3,
31+ )
32+ 
2933 logger.debug("Successfully imported Qwen3 ToolCallProcessors")
3034 
3135 # DeepSeekV3
36+ from mindie_llm.runtime.models.deepseek_v32.tool_calls_processor_deepseekv32 import ( # noqa: F401
37+ ToolCallsProcessorDeepseekv32,
38+ )
openLiBingCI5月28日评论:

此条代码评论区间+30+38

【openlibing.ci】识别到代码检查告警抑制注释,匹配工具:flake8,请Committer检视其合理性。

likedislike
openLiBingCI成员5月28日进行代码检视1
mindie_llm/runtime/models/base/tool_calls_processor_registry.py
@@ -29,5 +30,8 @@
30+ ToolCallsProcessorQwen3,
31+ )
32+ 
2933 logger.debug("Successfully imported Qwen3 ToolCallProcessors")
3034 
3135 # DeepSeekV3
36+ from mindie_llm.runtime.models.deepseek_v32.tool_calls_processor_deepseekv32 import ( # noqa: F401
37+ ToolCallsProcessorDeepseekv32,
38+ )
openLiBingCI5月28日评论:

此条代码评论区间+30+38

【openlibing.ci】识别到代码检查告警抑制注释,匹配工具:flake8,请Committer检视其合理性。

likedislike
openLiBingCI成员5月28日进行代码检视1
mindie_llm/runtime/models/base/tool_calls_processor_registry.py
@@ -29,5 +30,8 @@
30+ ToolCallsProcessorQwen3,
31+ )
32+ 
2933 logger.debug("Successfully imported Qwen3 ToolCallProcessors")
3034 
3135 # DeepSeekV3
36+ from mindie_llm.runtime.models.deepseek_v32.tool_calls_processor_deepseekv32 import ( # noqa: F401
37+ ToolCallsProcessorDeepseekv32,
38+ )
openLiBingCI5月28日评论:

此条代码评论区间+30+38

【openlibing.ci】识别到代码检查告警抑制注释,匹配工具:flake8,请Committer检视其合理性。

likedislike
openLiBingCI成员5月28日进行代码检视1
mindie_llm/runtime/models/base/tool_calls_processor_registry.py
@@ -29,5 +30,8 @@
30+ ToolCallsProcessorQwen3,
31+ )
32+ 
2933 logger.debug("Successfully imported Qwen3 ToolCallProcessors")
3034 
3135 # DeepSeekV3
36+ from mindie_llm.runtime.models.deepseek_v32.tool_calls_processor_deepseekv32 import ( # noqa: F401
37+ ToolCallsProcessorDeepseekv32,
38+ )
openLiBingCI5月28日评论:

此条代码评论区间+30+38

【openlibing.ci】识别到代码检查告警抑制注释,匹配工具:flake8,请Committer检视其合理性。

likedislike
ascend-robot
ascend-robot成员
5月28日 评论:

Thanks for your pull-request.
The full list of commands accepted by me can be found at here
You can get sig-info at here


PR Approval Progress

Congratulations! All modules have met the lgtm and approve requirements.

Module Approval Details

module lgtm status approve status
repo-Ascend/MindIE-LLM 陈歆怡, earthmanylf (2/2) 陈歆怡 (1/1)

💡 Tip:

  • Committer can comment /approve or /lgtm
  • Commenting /approve implies both code review (lgtm) and intent to merge (approve)

CLA Signature Pass

xsxhw1, thanks for your pull request. All authors of the commits have signed the CLA. 👍

likedislike
ascend-robotascend-robot成员
5月28日 添加了label:ascend-cla/yes
ascend-robotascend-robot成员
5月28日 添加了label:needs-issue
ascend-robot
ascend-robot成员
5月28日 评论:

Linking Issue Notice

@xsxhw1 , the pull request must be linked to at least one issue.
If an issue has already been linked, but the needs-issue label remains, you can remove the label by commenting /check-issue .

likedislike
ascend-robotascend-robot成员
5月28日 添加了label:ci-pipeline-running
xsxhw
5月28日 评论:

compile

likedislike
ascend-robotascend-robot成员
5月28日 删除了label:ci-pipeline-running
ascend-robot
ascend-robot成员
5月28日 评论:
流水线 PR-pipeline_MindIE-LLM_gitcode#5547 [ commitID:e7137952 ] 已终止运行
>>>代码风格自动修复执行成功(无修复内容)
阶段 任务名 状态 详情
编译构建 Build_ops_x86_A3 🕚 >>>
Build_ops_arm_A3 🕚 >>>
Build_ops_x86_A2 🕚 >>>
Build_ops_arm_A2 🕚 >>>
Build_linux_x86_abi1_atb 🕚 >>>
Build_linux_x86_abi1_llm 🕚 >>>
Build_linux_arm_abi1_atb 🕚 >>>
Build_linux_arm_abi1_llm 🕚 >>>
Build_linux_arm_abi0_atb 🕚 >>>
Build_linux_arm_abi0_llm 🕚 >>>
恶意代码检查 Antipoison 🕚 >>>
编码安全与规范检查 pre-commit 🕚 >>>
开源片段检查 SCA 🕚 >>>
开发者测试 UT_linux_arm_mindie-llm 🕚 >>>
UT_linux_arm_atb-models 🕚 >>>
流水线 PR-pipeline_MindIE-LLM_gitcode 🟨 >>>
此流水线已支持下列评论快捷指令,仅PR创建者评论有效
  • compile : 运行流水线
  • retry : 重试流水线所有失败子任务
  • retry <任务名> : 仅重试指定失败子任务
  • stop : 停止流水线
likedislike
ascend-robotascend-robot成员
5月28日 添加了label:ci-pipeline-running
ascend-robot
ascend-robot成员
5月28日 评论:

✅ 流水线任务触发成功(流水线编号: 5548),正在执行, 请稍候。 任务链接 点此跳转 ...

likedislike
ascend-robot
ascend-robot成员
5月28日 评论:

Ascend docs pipeline is running...

likedislike
ascend-robotascend-robot成员
5月28日 添加了label:docs-ci-pipeline-running
ascend-robot
ascend-robot成员
5月28日 评论:

✅ 跳过 docs ci 检查,没有需要检查的文档文件

likedislike
ascend-robotascend-robot成员
5月28日 删除了label:docs-ci-pipeline-running
ascend-robotascend-robot成员
5月28日 添加了label:docs-ci-pipeline-success
ascend-robotascend-robot成员
5月28日 删除了label:ci-pipeline-running
ascend-robotascend-robot成员
5月28日 添加了label:ci-pipeline-passed
ascend-robot
ascend-robot成员
5月28日 评论:
>>>代码风格自动修复执行成功(无修复内容)
阶段 任务名 状态 详情
编译构建 Build_ops_x86_A3 >>>
Build_ops_arm_A3 >>>
Build_ops_x86_A2 >>>
Build_ops_arm_A2 >>>
Build_linux_x86_abi1_atb >>>
Build_linux_x86_abi1_llm >>>
Build_linux_arm_abi1_atb >>>
Build_linux_arm_abi1_llm >>>
Build_linux_arm_abi0_atb >>>
Build_linux_arm_abi0_llm >>>
恶意代码检查 Antipoison >>>
编码安全与规范检查 pre-commit >>>
开源片段检查 SCA >>>
开发者测试 UT_linux_arm_mindie-llm >>>
UT_linux_arm_atb-models >>>
流水线 PR-pipeline_MindIE-LLM_gitcode >>>
此流水线已支持下列评论快捷指令,仅PR创建者评论有效
  • compile : 运行流水线
  • retry : 重试流水线所有失败子任务
  • retry <任务名> : 仅重试指定失败子任务
  • stop : 停止流水线
likedislike
ascend-robot
ascend-robot成员
5月28日 评论:
流水线 PR-pipeline_MindIE-LLM_gitcode#5548 [ commitID:e7137952 ] 已完成
>>>代码风格自动修复执行成功(无修复内容)
阶段 任务名 状态 详情
编译构建 Build_ops_x86_A3 >>>
Build_ops_arm_A3 >>>
Build_ops_x86_A2 >>>
Build_ops_arm_A2 >>>
Build_linux_x86_abi1_atb >>>
Build_linux_x86_abi1_llm >>>
Build_linux_arm_abi1_atb >>>
Build_linux_arm_abi1_llm >>>
Build_linux_arm_abi0_atb >>>
Build_linux_arm_abi0_llm >>>
恶意代码检查 Antipoison >>>
编码安全与规范检查 pre-commit >>>
开源片段检查 SCA >>>
开发者测试 UT_linux_arm_mindie-llm >>>
UT_linux_arm_atb-models >>>
流水线 PR-pipeline_MindIE-LLM_gitcode >>>
此流水线已支持下列评论快捷指令,仅PR创建者评论有效
  • compile : 运行流水线
  • retry : 重试流水线所有失败子任务
  • retry <任务名> : 仅重试指定失败子任务
  • stop : 停止流水线
likedislike
CXY-Katrina
CXY-Katrina成员
5月29日 评论:

/approve

likedislike
ascend-robotascend-robot成员
5月29日 添加了label:approved
此处折叠了5条事件消息 查看更多
Xxsxhw
5月29日 修改了pull request 的描述
earthmanylf
earthmanylf
5月29日 评论:

/lgtm

likedislike
ascend-robotascend-robot成员
5月29日 添加了label:lgtm
CXY-Katrina
CXY-Katrina成员
5月29日 评论:

/merge

likedislike
ascend-robotascend-robot成员
5月29日 添加了label:keeper_approved
ascend-robotascend-robot成员
5月29日 合入了pull request
ascend-robot
ascend-robot成员
5月29日 评论:

Pull Request 已合并或已关闭。

If you want to solve this problem, you can click here to do it in the FAQs.

likedislike