-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
A few tweaks to the JetStream code for better observability and throu…
…ghput. + Added custom GC config on the serve side, by defult Python does too much GC as we allocate a lot of objects. + Tweaked log level in orchestrator to WARNING so important messages don't hide in server logs. + Added slow TTFT detection and text logging on both server and client side (benchmark_serving as the client). + Fixed timestamp recording on the server side. + Added prefill based throttling on the client side. + Added concurrent active request throttling on the client side.
- Loading branch information
1 parent
9ca4421
commit 62aa6c5
Showing
4 changed files
with
128 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters