Skip to content

Commit

Permalink
Update docs/source-fabric/api/wrappers.rst
Browse files Browse the repository at this point in the history
Co-authored-by: Sebastian Raschka <mail@sebastianraschka.com>
  • Loading branch information
awaelchli and rasbt committed May 8, 2024
1 parent 54ce4d6 commit 219c56a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source-fabric/api/wrappers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ This wrapper module takes care of a few things for you, notably:
- Device: The wrapper remembers which device the model is on. You can access it with `model.device`.

.. note::
The FabricModule wrapper is completely transparent and most users will never need to interact with it directly.
The ``FabricModule`` wrapper is completely transparent and most users will never need to interact with it directly.

Below we describe a few functions and properties of the wrapper for advanced use cases.
This might be useful if you are building a custom Trainer using Fabric as the core.
Expand Down

0 comments on commit 219c56a

Please sign in to comment.