Skip to content

Commit

Permalink
fixed typo of docs\source\implementing_a_new_model.md (#3066)
Browse files Browse the repository at this point in the history
  • Loading branch information
Subash-Lamichhane authored Oct 16, 2023
1 parent 13cd076 commit 3d14642
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/implementing_a_new_model.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
6. Optionally, define `MyModelArgs`.

`MyModelArgs` is a 👨‍✈️Coqpit class that sets all the class arguments of the `MyModel`. `MyModelArgs` must have
all the fields neccessary to instantiate the `MyModel`. However, for training, you need to pass `MyModelConfig` to
all the fields necessary to instantiate the `MyModel`. However, for training, you need to pass `MyModelConfig` to
the model.

7. Test `MyModel`.
Expand Down

0 comments on commit 3d14642

Please sign in to comment.