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 37ca86c commit dbd777aCopy full SHA for dbd777a
src/lightning/fabric/fabric.py
@@ -86,7 +86,7 @@ def _do_nothing(*_: Any) -> None:
86
class Fabric:
87
r"""Fabric accelerates your PyTorch training or inference code with minimal changes required.
88
89
- Features:
+ Key Features:
90
- Automatic placement of models and data onto the device.
91
- Automatic support for mixed and double precision (smaller memory footprint).
92
- Seamless switching between hardware (CPU, GPU, TPU) and distributed training strategies
0 commit comments