Skip to content

Commit

Permalink
[docs] fic typo in HOWTO.md (facebookresearch#565)
Browse files Browse the repository at this point in the history
exemple -> example
  • Loading branch information
eltociear authored Dec 8, 2022
1 parent 189828c commit 2b02153
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HOWTO.md
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,7 @@ Transformer(
dim_feedforward=2048,
dropout=0.1,
activation='relu',
custom_encoder=None, # the xFormers exemple below defines that
custom_encoder=None, # the xFormers example below defines that
custom_decoder=None, # Same
layer_norm_eps=1e-05,
batch_first=False,
Expand Down

0 comments on commit 2b02153

Please sign in to comment.