You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
stage_manager (PipelineStageManager): If using pipeline parallelism, it's necessary to specify a pipeline stage manager for inter-process communication in pipeline parallelism. Defaults to None, which means not using pipeline parallelism.
46
+
schedule (List[ScheduledNode]): Schedule for ZeroBubbleVPipe.
47
+
num_model_chunks (int) : The number of model chunk in a device.
48
+
num_microbatch (Optional[int]): The number of microbatch.
49
+
microbatch_size (Optional[int]): The size per microbatch.
50
+
enable_metadata_cache (bool): whether to enable metadata cache to acclerate communication.
0 commit comments