Skip to content

Commit

Permalink
Update wrappers.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
amorehead authored Jan 10, 2025
1 parent 3709f1d commit 13195a2
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 @@ -124,7 +124,7 @@ If you were to run this model in Fabric with multiple devices (DDP or FSDP), you
# OK: Calling the model directly
output = model(torch.randn(10))
# OK: Calling the model's forward (equivalent to the abvoe)
# OK: Calling the model's forward (equivalent to the above)
output = model.forward(torch.randn(10))
# ERROR: Calling another method that calls forward indirectly
Expand Down

0 comments on commit 13195a2

Please sign in to comment.