Set pipeline_stage_id is supported!! #329
CPFLAME
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In most cases, the transformer layers of common models have the same computational overhead, so there is no need to set
custom_pipeline_stage_id
.But when transformer layers have unbalanced computational overhead, you can set
custom_pipeline_stage_id
for manually balance the compuation between stages in pipeline_parallelismFor example:
It means you have
[6, 7, 7, 4]
layers separately located instage0
~stage3
.Modify
custom_pipeline_stage_id
according to your own needs.Beta Was this translation helpful? Give feedback.
All reactions