From 15b03e2380267bbfeced05006531657fe91bea07 Mon Sep 17 00:00:00 2001 From: Subash-Lamichhane <077bct081.subash@pcampus.edu.np> Date: Fri, 13 Oct 2023 19:00:15 +0545 Subject: [PATCH] fixed typo of docs\source\implementing_a_new_model.md --- docs/source/implementing_a_new_model.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/implementing_a_new_model.md b/docs/source/implementing_a_new_model.md index 134271ff..e2a0437e 100644 --- a/docs/source/implementing_a_new_model.md +++ b/docs/source/implementing_a_new_model.md @@ -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`.