You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! I would like to ask you if there are any cautions in running this project. I always have some small errors in the process of running. For example, in openai_llm.py, line 94, in _replenish self.throughput = self.total / (curr_time - self.start_time) * 60 ZeroDivisionError: float division by zero. And some data type errors. Was there something I didn't notice?Thanks!
The text was updated successfully, but these errors were encountered:
I haven't seen this before but you can just comment out this line to unblock yourself (or add a small epsilon to curr_time). This isn't required logic and only there to track how many llm calls are made per minute.
Hi! I would like to ask you if there are any cautions in running this project. I always have some small errors in the process of running. For example, in openai_llm.py, line 94, in _replenish self.throughput = self.total / (curr_time - self.start_time) * 60 ZeroDivisionError: float division by zero. And some data type errors. Was there something I didn't notice?Thanks!
The text was updated successfully, but these errors were encountered: