We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6d1231 commit a590376Copy full SHA for a590376
src/lighteval/models/abstract_model.py
@@ -81,7 +81,7 @@ def max_length(self) -> int:
81
82
@property
83
def disable_tqdm(self) -> bool:
84
- raise NotImplementedError
+ return False
85
86
def get_method_from_request_type(self, request_type: RequestType):
87
if request_type == RequestType.LOGLIKELIHOOD:
0 commit comments