Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion recipes/eleuther_eval.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down