Skip to content

Conversation

skarjala
Copy link
Contributor

@skarjala skarjala commented Sep 3, 2025

Refactor Multi-Rank TLParse Landing page logic into a reusable lib function.

@skarjala skarjala requested a review from xmfan September 3, 2025 20:27
@meta-cla meta-cla bot added the cla signed label Sep 3, 2025
@skarjala skarjala marked this pull request as ready for review September 3, 2025 20:29
src/cli.rs Outdated
)?;
fs::write(&landing_page_path, landing_html)?;
if open_browser {
let landing_page_path = out_path.join("index.html");
Copy link
Member

Choose a reason for hiding this comment

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

you can let generate_multi_rank_landing return this. this is duplicating the path logic

@skarjala skarjala merged commit f3e5497 into meta-pytorch:main Sep 3, 2025
15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants