mindspore-ai / mindspore-ai/hyper-parallel
Schedule1F1B is documented as a top-level export but not exported
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.
重现步骤
- Check the pipeline parallel example in
README.mdorREADME.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.
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
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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