v0.2.0.dev0
版本发布时间: 2024-08-12 18:45:48
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
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.dev0