[Bug]: H Using athina
as the success_callback
will cause CPU usage to reach 90%
#2957
Replies: 4 comments 2 replies
-
This looks like an issue related to athina specifically |
Beta Was this translation helpful? Give feedback.
-
making discussions since not a litellm issue |
Beta Was this translation helpful? Give feedback.
-
@vivek-athina can you take a look at this |
Beta Was this translation helpful? Give feedback.
-
I used the same config and ran multiple requests. The CPU usage never reached 90%, infact it was not abnormal at all. model_list:
- model_name: gpt-3.5-turbo
litellm_params:
model: gpt-3.5-turbo
litellm_settings:
success_callback: ["athina"] curl command used
Video on my test run where the usage never went above 90% Screenshare.-.2024-04-17.5_58_42.PM.mp4 |
Beta Was this translation helpful? Give feedback.
-
What happened?
In config.yaml, I set litellm_settings: success_callback to athina and found that the CPU usage was abnormal, even reaching up to 90%. Meanwhile, I also tested other success_callback providers like langfuse and promptlayer, and they did not encounter this issue.
code example
Relevant log output
No response
Twitter / LinkedIn details
No response
Beta Was this translation helpful? Give feedback.
All reactions