v0.2.11
What's Changed
- Remove un used imports and use enum by @mo7amed-3bdalla7 in #493
- moving max_batch_size in README to inside SimpleLitAPI() by @kumarrah2002 in #495
- rename deploy command by @aniketmaurya in #497
- missing fstring typo by @mathematicalmichael in #498
- fix: OpenAI Spec validations to work with async LitAPI by @bhimrazy in #499
- chore: Update CODEOWNERS to include additional reviewers by @aniketmaurya in #503
- fix OpenAI embedding spec for batching by @aniketmaurya in #500
- Release 0.2.11a0 by @aniketmaurya in #504
- add shutdown endpoint w/ test by @kumarrah2002 in #507
- Revert "add shutdown endpoint w/ test" by @aniketmaurya in #509
- add fpdb for multiprocess debugging using pdb by @aniketmaurya in #508
- Enhance logging configuration to support optional Rich logging by @aniketmaurya in #510
- Release 0.2.11a1 by @aniketmaurya in #511
- move stream, endpoint path, loop to LitAPI initialization by @aniketmaurya in #512
- Support multiple LitAPIs for inference process and endpoints by @aniketmaurya in #513
- Release 0.2.11a2 by @aniketmaurya in #516
- remove decode and encode methods from README by @aniketmaurya in #515
- decouple request handler and add test by @aniketmaurya in #517
- Support stream with non-stream LitAPIs by @aniketmaurya in #518
- Improve developer experience by @aniketmaurya in #519
New Contributors
- @mo7amed-3bdalla7 made their first contribution in #493
- @kumarrah2002 made their first contribution in #495
- @mathematicalmichael made their first contribution in #498
Full Changelog: v0.2.10...0.2.11