From 6067f6a76bd79c0e87b6a5d8537d5761bf012a89 Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Fri, 20 Dec 2024 16:28:20 +0900 Subject: [PATCH] chore: update base.py overriden -> overridden --- src/distilabel/llms/base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/distilabel/llms/base.py b/src/distilabel/llms/base.py index ced6a8e041..f061af32e0 100644 --- a/src/distilabel/llms/base.py +++ b/src/distilabel/llms/base.py @@ -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.