mindspore-ai / mindspore-ai/hyper-parallel

Schedule1F1B is documented as a top-level export but not exported

Open Beginner friendly
#698 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Python
Stars
53
Forks
63
Avg merge
23h 45m
Merged PRs (30d)
63

Description

该问题是怎么引起的?

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.

schema_version: 1
source: gitcode
gitcode_repo: mindspore/hyper-parallel
gitcode_issue: 205
source_url: https://gitcode.com/mindspore/hyper-parallel/issues/205

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with the pipeline parallel examples in README.md and README.en.md, then inspect the top-level hyper_parallel package exports and the existing Schedule1F1B definition. Verify the documented import, correct the Chinese example's full-width parenthesis, and confirm the examples use valid syntax and imports.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
api, documentation
Issue type
Bug
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Active
Clarity
Clearly specified
Newbie friendliness
78/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.