The README documents from hyper_parallel import PipelineStage, Schedule1F1B, but Schedule1F1B is not exported from the
top-level hyper_parallel package.
The Chinese README pipeline example also contains a full-width parenthesis typo in the Schedule1F1B call.
重现步骤
Check the pipeline parallel example in README.md or README.en.md.
Try to use the documented import:
from hyper_parallel import PipelineStage, Schedule1F1B
报错信息
Schedule1F1B is available from hyper_parallel.core.pipeline_parallel, but not from the top-level hyper_parallel package.
该问题是怎么引起的?
The README documents
from hyper_parallel import PipelineStage, Schedule1F1B, butSchedule1F1Bis not exported from thetop-level
hyper_parallelpackage.The Chinese README pipeline example also contains a full-width parenthesis typo in the
Schedule1F1Bcall.重现步骤
README.mdorREADME.en.md.from hyper_parallel import PipelineStage, Schedule1F1B报错信息
Schedule1F1Bis available fromhyper_parallel.core.pipeline_parallel, but not from the top-levelhyper_parallelpackage.