From 4d7d593ea06277cd96bc4b3c991a21ea67a72843 Mon Sep 17 00:00:00 2001 From: thecaptain789 Date: Sat, 7 Feb 2026 12:47:01 +0000 Subject: [PATCH] fix: correct typo 'recieved' to 'received' --- recipes/eleuther_eval.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/eleuther_eval.py b/recipes/eleuther_eval.py index 669909648b..b8a5f01da1 100644 --- a/recipes/eleuther_eval.py +++ b/recipes/eleuther_eval.py @@ -414,7 +414,7 @@ def _model_generate( "Any decoding strategy other than greedy is not supported." ) - # if we've recieved fewer than self._batch_size samples in the current + # if we've received fewer than self._batch_size samples in the current # batch we need to pad the batch out. here we're padding the end of the # current batch to the correct length. this is because when we use static # KV-caches, the model will expect a fixed batch size for all samples.