You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source-pytorch/fabric/fabric.rst
+56-38Lines changed: 56 additions & 38 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -205,9 +205,7 @@ As you can see, this function accepts one argument, the ``Fabric`` object, and i
205
205
Fabric Flags
206
206
************
207
207
208
-
Fabric is specialized in accelerated distributed training and inference. It offers you convenient ways to configure
209
-
your device and communication strategy and to switch seamlessly from one to the other. The terminology and usage are
210
-
identical to Lightning, which means minimum effort for you to convert when you decide to do so.
208
+
Fabric is designed to accelerate distributed training and inference. It makes it easy to configure your device and communication strategy, and to switch seamlessly from one to the other.
211
209
212
210
213
211
accelerator
@@ -292,41 +290,6 @@ Configure the devices to run on. Can be of type:
0 commit comments