markNZed
markNZed
As per https://github.com/markdown-it/markdown-it/issues/772 This also happens with header two level e.g. ``` ``` https://markdown-it.github.io/#md3=%7B%22source%22%3A%22%3C!--%5Cn-%5Cn--%3E%5Cnok%22%2C%22defaults%22%3A%7B%22html%22%3Afalse%2C%22xhtmlOut%22%3Afalse%2C%22breaks%22%3Afalse%2C%22langPrefix%22%3A%22language-%22%2C%22linkify%22%3Atrue%2C%22typographer%22%3Atrue%2C%22_highlight%22%3Atrue%2C%22_strict%22%3Afalse%2C%22_view%22%3A%22html%22%7D%7D
This call to _forward_step_fn expects two values returned https://github.com/EleutherAI/gpt-neox/blob/59a5236ddaf721890e3d6ef98fb8ca66c2266ce0/eval_tasks/eval_adapter.py#L372 The forward_step can return three values https://github.com/EleutherAI/gpt-neox/blob/59a5236ddaf721890e3d6ef98fb8ca66c2266ce0/megatron/training.py#L847 I guess I am seeing this because I have is_pipe_parallel false and that is...