Skip to content

Commit

Permalink
chore: update base.py
Browse files Browse the repository at this point in the history
overriden -> overridden
  • Loading branch information
eltociear authored Dec 20, 2024
1 parent bfc8445 commit 6067f6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/distilabel/llms/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ def _offline_batch_generate_polling(
f" for {self.offline_batch_generation_block_until_done} seconds before"
" trying to get the results again."
)
# When running a `Step` in a child process, SIGINT is overriden so the child
# When running a `Step` in a child process, SIGINT is overridden so the child
# process doesn't stop when the parent process receives a SIGINT signal.
# The new handler sets an environment variable that is checked here to stop
# the polling.
Expand Down

0 comments on commit 6067f6a

Please sign in to comment.