Skip to content

Commit

Permalink
[shadformer] fix doc test cmd;
Browse files Browse the repository at this point in the history
  • Loading branch information
duanjunwen committed Dec 25, 2024
1 parent 52a3b88 commit ee6bba9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/source/en/features/zerobubble_pipeline_parallelism.md
Original file line number Diff line number Diff line change
Expand Up @@ -235,4 +235,4 @@ Performance Benchmark
## API Reference
{{ autodoc:colossalai.pipeline.schedule.zero_bubble_pp.ZeroBubbleVPipeScheduler }}

<!-- doc-test-command: python -m pytest -s tests/test_pipeline/test_schedule/test_zerobubble_pp.py -->
<!-- doc-test-command: torchrun --standalone --nproc_per_node=4 zerobubble_pipeline_parallelism.py -->
Original file line number Diff line number Diff line change
Expand Up @@ -234,4 +234,4 @@ plugin = HybridParallelPlugin(
## API 参考
{{ autodoc:colossalai.pipeline.schedule.zero_bubble_pp.ZeroBubbleVPipeScheduler }}

<!-- doc-test-command: python -m pytest -s tests/test_pipeline/test_schedule/test_zerobubble_pp.py -->
<!-- doc-test-command: torchrun --standalone --nproc_per_node=4 zerobubble_pipeline_parallelism.py -->

0 comments on commit ee6bba9

Please sign in to comment.