feat: add Streamlit dashboard for InfiniMetrics with comm, ops, infer… #22
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
描述:
新增 dashboard/ 目录,包含 Streamlit 可视化平台
支持通信测试(comm)、算子测试(ops)、推理测试(infer)分析页面
页面功能:筛选条件、Run ID 搜索、多运行对比、性能图表、数据表格、配置详情
结果展示:
1.在本地启动 Streamlit 服务:
2.打开浏览器访问 http://localhost:8506 就能看到 Dashboard 界面:
