Refactor pipeline_parallel.py for graph PP reuse#2724
Refactor pipeline_parallel.py for graph PP reuse#2724sanketpurandare wants to merge 1 commit intosanketpurandare/stack/2from
Conversation
2d2fb54 to
bd097f8
Compare
stack-info: PR: #2724, branch: sanketpurandare/stack/3
bd097f8 to
d3d14c2
Compare
tianyu-l
left a comment
There was a problem hiding this comment.
Please add more detailed description about why making these changes.
| __all__ = [ | ||
| "pipeline_llm", | ||
| "get_pipeline_metadata", | ||
| "build_pipeline_schedule", | ||
| "generate_llm_fqn_per_model_part", | ||
| "pipeline_module_split", | ||
| "split_module", | ||
| "get_pp_rank_to_stage_indices_mapping", | ||
| ] |
There was a problem hiding this comment.
do all these fields need to be public and exposed?
There was a problem hiding this comment.
Sorry this should have been marked as draft PR, it is not ready for review yet.
|
@claude review this PR |
|
Claude finished @tianyu-l's task in 3m 25s —— View job Review of PR #2724: Refactor pipeline_parallel.py for graph PP reuse
SummaryThis PR refactors
Additionally, All three new functions and new Issues and Suggestions1.
|
Stacked PRs:
Refactor pipeline_parallel.py for graph PP reuse