Replies: 1 comment 5 replies
-
In short, it compares the mathematical expectations of the overall waiting time of each requests under the two decisions |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We are working on an issue similar to micro-batching task in BentoML. I know the CorkDispatcher class implements the cork algorithm, but I don't get the meaning of below code. What does the calculation mean? Any help would be appreciated.
https://github.com/bentoml/BentoML/blob/master/bentoml/marshal/dispatcher.py#L185
Beta Was this translation helpful? Give feedback.
All reactions