We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d14137 commit 7a24af4Copy full SHA for 7a24af4
intermediate_source/pipelining_tutorial.rst
@@ -109,7 +109,7 @@ Step 1: Partition the Transformer Model
109
There are two different ways of partitioning the model:
110
111
First is the manual mode in which we can manually create two instances of the model by deleting portions of
112
-attributes of the model. In this example for 2 stages (2 ranks) the model is cut in half.
+attributes of the model. In this example for two stages (2 ranks), the model is cut in half.
113
114
.. code:: python
115
0 commit comments