Split the visualization module and optimize the operator page#38
Merged
Chamberlain0w0 merged 2 commits intomasterfrom Apr 7, 2026
Merged
Split the visualization module and optimize the operator page#38Chamberlain0w0 merged 2 commits intomasterfrom
Chamberlain0w0 merged 2 commits intomasterfrom
Conversation
Chamberlain0w0
requested changes
Mar 30, 2026
| acc = env["cluster"][0]["machine"]["accelerators"][0] | ||
| st.write(f"- 加速卡: {acc.get('model', 'Unknown')}") | ||
| st.write(f"- 显存: {acc.get('memory_gb_per_card', '?')} GB") | ||
| st.write(f"- CUDA版本: {acc.get('cuda', 'Unknown')}") |
Collaborator
Author
There was a problem hiding this comment.
TODO (后续 PR): 将环境信息中的 “cuda“字段改为统一的“runtime“ 结构:“{"type": "cuda", "version": "13.0"}“
Collaborator
|
你的改动涉及到很多页面,有没有看一下infer train页面显示有没有问题,也可以在PR上贴一下图 |
Collaborator
Author
Chamberlain0w0
approved these changes
Apr 7, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.




概述
本次修改主要进行可视化模块拆分以及算子页面性能图表优化
