v0.1.3
版本发布时间: 2024-07-15 21:06:43
Lightning-AI/LitServe最新发布版本:v0.2.1(2024-08-26 19:51:31)
What's Changed
- Add Stable Audio example to README.md by @andyland in https://github.com/Lightning-AI/LitServe/pull/135
- custom api endpoint path by @aniketmaurya in https://github.com/Lightning-AI/LitServe/pull/136
- run LitServe with minimal dependency by @aniketmaurya in https://github.com/Lightning-AI/LitServe/pull/138
- inject context for batching loops by @aniketmaurya in https://github.com/Lightning-AI/LitServe/pull/139
- propagate error with OpenAISpec by @aniketmaurya in https://github.com/Lightning-AI/LitServe/pull/143
- Bump pypa/gh-action-pypi-publish from 1.8.14 to 1.9.0 by @dependabot in https://github.com/Lightning-AI/LitServe/pull/142
- remove busy wait from data_streamer by @aniketmaurya in https://github.com/Lightning-AI/LitServe/pull/140
- raise HTTPException from LitAPI by @aniketmaurya in https://github.com/Lightning-AI/LitServe/pull/145
- avoid multiple
get_event_loop
calls by @aniketmaurya in https://github.com/Lightning-AI/LitServe/pull/148 - bugfix: OpenAISpec populate missing
zip
by @aniketmaurya in https://github.com/Lightning-AI/LitServe/pull/149 - optimize batch aggregation by @aniketmaurya in https://github.com/Lightning-AI/LitServe/pull/147
- feat: Add ability to customize authorization method by @andyland in https://github.com/Lightning-AI/LitServe/pull/151
- add type hint and reorg function definition by @aniketmaurya in https://github.com/Lightning-AI/LitServe/pull/152
- implement OpenAI token usage by @aniketmaurya in https://github.com/Lightning-AI/LitServe/pull/150
- feat: Support gzip by @andyland in https://github.com/Lightning-AI/LitServe/pull/153
- Add AudioCraft example by @andyland in https://github.com/Lightning-AI/LitServe/pull/154
- ci: fix building package by @Borda in https://github.com/Lightning-AI/LitServe/pull/157
- use
get_running_loop
overget_event_loop
by @aniketmaurya in https://github.com/Lightning-AI/LitServe/pull/155 - Bump actions/upload-artifact & actions/download-artifact from 3 to 4 by @dependabot in https://github.com/Lightning-AI/LitServe/pull/159
- [pre-commit.ci] pre-commit suggestions by @pre-commit-ci in https://github.com/Lightning-AI/LitServe/pull/162
- Bump mypy from 1.9.0 to 1.10.1 by @dependabot in https://github.com/Lightning-AI/LitServe/pull/161
- Update CODEOWNERS for develop requirements by @Borda in https://github.com/Lightning-AI/LitServe/pull/163
- Multiple Queue architecture for process communication by @aniketmaurya in https://github.com/Lightning-AI/LitServe/pull/164
- Fix: Support files > 1MB by @andyland in https://github.com/Lightning-AI/LitServe/pull/169
- support openai image_url with detail settings by @liangjs in https://github.com/Lightning-AI/LitServe/pull/168
- bugfix: cover disabled request timeout scenario for
collate_requests
by @aniketmaurya in https://github.com/Lightning-AI/LitServe/pull/167 - bump version for release by @aniketmaurya in https://github.com/Lightning-AI/LitServe/pull/170
New Contributors
- @liangjs made their first contribution in https://github.com/Lightning-AI/LitServe/pull/168
Full Changelog: https://github.com/Lightning-AI/LitServe/compare/v0.1.2...v0.1.3