Open pierric opened 1 day ago
Describe the bug This check isn't in sync with the one in the arguments.py
To Reproduce
pipeline_model_parallel_size = 2
num_layers_per_virtual_pipeline_stage = 2
--yaml-cfg
Expected behavior The setting pipeline_model_parallel_size = 2 should be accepted.
Proposed fix sync up the check in the two places.
Describe the bug This check isn't in sync with the one in the arguments.py
To Reproduce
pipeline_model_parallel_size = 2
, andnum_layers_per_virtual_pipeline_stage = 2
--yaml-cfg
Expected behavior The setting
pipeline_model_parallel_size = 2
should be accepted.Proposed fix sync up the check in the two places.