Skip to content

Commit bce11d9

Browse files
authored
Fixup add required newline
1 parent 9803332 commit bce11d9

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)