Skip to content

Commit a590376

Browse files
authored
fix litellm (#736)
1 parent c6d1231 commit a590376

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lighteval/models/abstract_model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ def max_length(self) -> int:
8181

8282
@property
8383
def disable_tqdm(self) -> bool:
84-
raise NotImplementedError
84+
return False
8585

8686
def get_method_from_request_type(self, request_type: RequestType):
8787
if request_type == RequestType.LOGLIKELIHOOD:

0 commit comments

Comments
 (0)