Skip to content

Commit 55a6fde

Browse files
committed
Rename folder, add cross-reference
1 parent ca3c4cf commit 55a6fde

File tree

8 files changed

+4
-1
lines changed

8 files changed

+4
-1
lines changed

docs/source-fabric/advanced/compile.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,6 @@ always exclude the first call to ``forward()`` from your measurements, since it
115115
Compile median time: 0.0185 seconds
116116
Speedup: 1.4x
117117
118-
119118
----
120119

121120
*********************************
@@ -220,6 +219,8 @@ needed to achieve the equivalent of `compile(distributed(quantized(model)))`:
220219
221220
model = fabric.setup(model)
222221
222+
For a full example, see our `FP8 Distributed Transformer example <https://github.com/Lightning-AI/lightning/blob/master/examples/fabric/fp8_distributed_transformer>`_.
223+
223224
----
224225

225226
******************

docs/source-pytorch/advanced/compile.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,8 @@ needed to achieve the equivalent of `compile(distributed(quantized(model)))`:
249249
250250
self.model = torch.compile(model)
251251
252+
For a full example, see our `FP8 Distributed Transformer example <https://github.com/Lightning-AI/lightning/blob/master/examples/pytorch/fp8_distributed_transformer>`_.
253+
252254
----
253255

254256
******************
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)