infra: prepare for release 0.3.4 [generated] [skip ci]

Signed-off-by: Aaron Pham <29749331+aarnphm@users.noreply.github.com>
This commit is contained in:
Aaron Pham
2023-09-14 07:47:15 +00:00
parent a32cf324d8
commit 52adaeeb18
6 changed files with 23 additions and 6 deletions

View File

@@ -18,6 +18,16 @@ This changelog is managed by towncrier and is compiled at release time.
<!-- towncrier release notes start -->
## [0.3.4](https://github.com/bentoml/openllm/tree/v0.3.4)
### Bug fix
- vLLM now should support safetensors loading format, so `--serlisation` should be agnostic of backend now
Removed some legacy check and default behaviour
[#324](https://github.com/bentoml/openllm/issues/324)
## [0.3.3](https://github.com/bentoml/openllm/tree/v0.3.3)
No significant changes.