diff --git a/src/distilabel/llm/base.py b/src/distilabel/llm/base.py index 0bd9189bd5..98a35bc0dd 100644 --- a/src/distilabel/llm/base.py +++ b/src/distilabel/llm/base.py @@ -218,7 +218,7 @@ def _progress(): @property def return_futures(self) -> bool: """Whether the `LLM` returns futures""" - return True + return False MAX_MODEL_NAME_LENGTH = 256