Skip to content

Commit b31d7f9

Browse files
committed
docstring fix
Signed-off-by: Maanu Grover <[email protected]>
1 parent 354b5a3 commit b31d7f9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nemo/tron/llm/gpt.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ def forward_step(state: GlobalState, data_iterator: Iterable, model: GPTModel):
4444
"""Forward training step.
4545
4646
Args:
47+
state (GlobalState): Global state for the run
4748
data_iterator : Input data iterator
4849
model (GPTModel): The GPT Model
4950
"""

0 commit comments

Comments
 (0)