Skip to content

Commit

Permalink
Update src/lighteval/models/litellm_model.py
Browse files Browse the repository at this point in the history
Co-authored-by: Albert Villanova del Moral <[email protected]>
  • Loading branch information
NathanHB and albertvillanova authored Dec 19, 2024
1 parent 5b2b72d commit 0265a74
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lighteval/models/litellm_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
import litellm
from litellm import encode
from litellm.caching.caching import Cache
from litellm.utils import ModelResponse

logging.getLogger("LiteLLM").setLevel(logging.WARNING)
logging.getLogger("LiteLLM").handlers.clear()
Expand Down

0 comments on commit 0265a74

Please sign in to comment.