Skip to content

Commit 13195a2

Browse files
authored
Update wrappers.rst
1 parent 3709f1d commit 13195a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source-fabric/api/wrappers.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ If you were to run this model in Fabric with multiple devices (DDP or FSDP), you
124124
# OK: Calling the model directly
125125
output = model(torch.randn(10))
126126
127-
# OK: Calling the model's forward (equivalent to the abvoe)
127+
# OK: Calling the model's forward (equivalent to the above)
128128
output = model.forward(torch.randn(10))
129129
130130
# ERROR: Calling another method that calls forward indirectly

0 commit comments

Comments
 (0)