Skip to content

Commit

Permalink
Fix LLM.return_futures (#192)
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielmbmb authored Dec 22, 2023
1 parent 7fe94b9 commit aacebc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/distilabel/llm/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit aacebc9

Please sign in to comment.