已开启
Schedule1F1B is documented as a top-level export but not exported #205
TonghanZhang创建于  6月11日
TonghanZhang
TonghanZhang成员
6月11日 创建

该问题是怎么引起的?

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.

重现步骤

  1. Check the pipeline parallel example in README.md or README.en.md.
  2. 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.

likedislike