Skip to content

[Others] replace tool_helpers to fast_dataindex#7353

Merged
carryyu merged 2 commits intoPaddlePaddle:developfrom
BingooYang:arm_dev
Apr 14, 2026
Merged

[Others] replace tool_helpers to fast_dataindex#7353
carryyu merged 2 commits intoPaddlePaddle:developfrom
BingooYang:arm_dev

Conversation

@BingooYang
Copy link
Copy Markdown
Contributor

Motivation

Fastdeploy支持arm安装

Modifications

将tool_helpers使用fast_dataindex,fast_dataindex是tool_helpers的升级改了个名字,且fast_dataindex有arm版本包

Usage or Command

no

Accuracy Tests

no

Checklist

  • Add at least a tag in the PR title.
    • Tag list: [[FDConfig],[APIServer],[Engine], [Scheduler], [PD Disaggregation], [Executor], [Graph Optimization], [Speculative Decoding], [RL], [Models], [Quantization], [Loader], [OP], [KVCache], [DataProcessor], [BugFix], [Docs], [CI], [Optimization], [Feature], [Benchmark], [Others], [XPU], [HPU], [GCU], [DCU], [Iluvatar], [Metax]]
    • You can add new tags based on the PR content, but the semantics must be clear.
  • Format your code, run pre-commit before commit.
  • Add unit tests. Please write the reason in this PR if no unit tests.
  • Provide accuracy results.
  • If the current PR is submitting to the release branch, make sure the PR has been submitted to the develop branch, then cherry-pick it to the release branch with the [Cherry-Pick] PR tag.

@paddle-bot
Copy link
Copy Markdown

paddle-bot bot commented Apr 13, 2026

Thanks for your contribution!

Copy link
Copy Markdown

@PaddlePaddle-bot PaddlePaddle-bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📋 Review 摘要

PR 概述:将依赖包 tool_helpers 替换为 fast_dataindex 以支持 ARM 平台安装

变更范围:4 个 requirements 文件(requirements.txt、requirements_dcu.txt、requirements_iluvatar.txt、requirements_metaxgpu.txt)

影响面 Tag[Others] [CI]

📝 PR 规范检查

PR 规范检查通过。标题包含 [Others] Tag,描述已填写 Motivation 和 Modifications。

问题

级别 文件 概述
🟡 建议 requirements.txt 缺少 fast_dataindex 版本约束
🟡 建议 requirements_dcu.txt 缺少 fast_dataindex 版本约束
🟡 建议 requirements_iluvatar.txt 缺少 fast_dataindex 版本约束
🟡 建议 requirements_metaxgpu.txt 缺少 fast_dataindex 版本约束

总体评价

PR 变更简洁明确,目的是支持 ARM 平台安装。由于代码库中未发现直接使用 tool_helpersfast_dataindex,这可能是间接依赖。建议添加版本约束以确保依赖稳定性,并在合并前验证功能正常。

Comment thread requirements.txt
etcd3
httpx
tool_helpers
fast_dataindex
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🟡 建议 添加 fast_dataindex 的版本约束

建议指定版本范围(如 fast_dataindex>=1.0.0),以确保依赖稳定性和可复现性。

同时建议验证 fast_dataindex 与原 tool_helpers 的 API 兼容性,确保间接依赖的功能不受影响。

Comment thread requirements_dcu.txt
etcd3
httpx
tool_helpers
fast_dataindex
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🟡 建议 添加 fast_dataindex 的版本约束

建议指定版本范围(如 fast_dataindex>=1.0.0),以确保依赖稳定性和可复现性。

Comment thread requirements_iluvatar.txt
etcd3
httpx
tool_helpers
fast_dataindex
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🟡 建议 添加 fast_dataindex 的版本约束

建议指定版本范围(如 fast_dataindex>=1.0.0),以确保依赖稳定性和可复现性。

Comment thread requirements_metaxgpu.txt
etcd3
httpx
tool_helpers
fast_dataindex
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🟡 建议 添加 fast_dataindex 的版本约束

建议指定版本范围(如 fast_dataindex>=1.0.0),以确保依赖稳定性和可复现性。

@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented Apr 13, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
⚠️ Please upload report for BASE (develop@6213ad5). Learn more about missing BASE report.

Additional details and impacted files
@@            Coverage Diff             @@
##             develop    #7353   +/-   ##
==========================================
  Coverage           ?   74.13%           
==========================================
  Files              ?      383           
  Lines              ?    53588           
  Branches           ?     8405           
==========================================
  Hits               ?    39728           
  Misses             ?    11164           
  Partials           ?     2696           
Flag Coverage Δ
GPU 74.13% <ø> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@BingooYang
Copy link
Copy Markdown
Contributor Author

/re-run all-failed

@carryyu carryyu merged commit 9c23e61 into PaddlePaddle:develop Apr 14, 2026
52 of 57 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants