Skip to content

Commit 2a1f68d

Browse files
authored
Merge branch 'main' into updateMonthlyLinkChecker
2 parents 860c641 + d055ef6 commit 2a1f68d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

intermediate_source/pipelining_tutorial.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@ we are splitting before the before 4th transformer decoder layer, mirroring the
145145
we can retrieve a ``PipelineStage`` by calling ``build_stage`` after this splitting is done.
146146

147147
.. code:: python
148+
148149
def tracer_model_split(model, example_input_microbatch) -> PipelineStage:
149150
pipe = pipeline(
150151
module=model,

0 commit comments

Comments
 (0)