v0.2.0
版本发布时间: 2024-08-22 21:04:03
Lightning-AI/LitServe最新发布版本:v0.2.1(2024-08-26 19:51:31)
What's Changed
- Add warning message if
batch
andunbatch
is implemented but max_batch_size is unset. by @bhimrazy in https://github.com/Lightning-AI/LitServe/pull/185 - cleanup: move middleware to utils by @aniketmaurya in https://github.com/Lightning-AI/LitServe/pull/189
- Add meaningful error message if response queues are not initialized by @rasbt in https://github.com/Lightning-AI/LitServe/pull/191
- [pre-commit.ci] pre-commit suggestions by @pre-commit-ci in https://github.com/Lightning-AI/LitServe/pull/193
- add codeowners by @aniketmaurya in https://github.com/Lightning-AI/LitServe/pull/194
- cleanup: fix test naming convention by @aniketmaurya in https://github.com/Lightning-AI/LitServe/pull/190
- properly shutdown litserve workers by @aniketmaurya in https://github.com/Lightning-AI/LitServe/pull/192
- provide uvicorn configs with kwargs by @aniketmaurya in https://github.com/Lightning-AI/LitServe/pull/198
- remove uvicorn from argument names by @aniketmaurya in https://github.com/Lightning-AI/LitServe/pull/199
- fix flaky batch timeout test by @aniketmaurya in https://github.com/Lightning-AI/LitServe/pull/200
- moved wrap_litserve_start to utils by @ankitsharma07 in https://github.com/Lightning-AI/LitServe/pull/201
- bump version by @aniketmaurya in https://github.com/Lightning-AI/LitServe/pull/202
- remove dead code by @aniketmaurya in https://github.com/Lightning-AI/LitServe/pull/204
- bump version v0.2.0 by @aniketmaurya in https://github.com/Lightning-AI/LitServe/pull/203
- add fastapi parity test by @aniketmaurya in https://github.com/Lightning-AI/LitServe/pull/183
- Feat: Add support for response_format field in OpenAI Spec by @bhimrazy in https://github.com/Lightning-AI/LitServe/pull/197
- Enable parity test for GPU by @aniketmaurya in https://github.com/Lightning-AI/LitServe/pull/205
- add classical ML examples by @aniketmaurya in https://github.com/Lightning-AI/LitServe/pull/206
- fix Studio links by @aniketmaurya in https://github.com/Lightning-AI/LitServe/pull/207
- minor cleanup by @aniketmaurya in https://github.com/Lightning-AI/LitServe/pull/209
New Contributors
- @ankitsharma07 made their first contribution in https://github.com/Lightning-AI/LitServe/pull/201
Full Changelog: https://github.com/Lightning-AI/LitServe/compare/v0.1.5...v0.2.0