Skip to content

Commit

Permalink
Rename folder, add cross-reference
Browse files Browse the repository at this point in the history
  • Loading branch information
lantiga committed Nov 25, 2024
1 parent ca3c4cf commit 55a6fde
Show file tree
Hide file tree
Showing 8 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/source-fabric/advanced/compile.rst
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@ always exclude the first call to ``forward()`` from your measurements, since it
Compile median time: 0.0185 seconds
Speedup: 1.4x
----

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

----

******************
Expand Down
2 changes: 2 additions & 0 deletions docs/source-pytorch/advanced/compile.rst
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,8 @@ needed to achieve the equivalent of `compile(distributed(quantized(model)))`:
self.model = torch.compile(model)
For a full example, see our `FP8 Distributed Transformer example <https://github.com/Lightning-AI/lightning/blob/master/examples/pytorch/fp8_distributed_transformer>`_.

----

******************
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 55a6fde

Please sign in to comment.