Usage
All available models: python -m openllm.models
To start a LLM: python -m openllm start dolly-v2
Find more information about this release in the [CHANGELOG.md](https://github.com/bentoml/OpenLLM/blob/main/CHANGELOG.md)
What's Changed
* fix: correct bettertransformer envvar by larme in https://github.com/bentoml/OpenLLM/pull/54
* feat: serve adapter layers by aarnphm in https://github.com/bentoml/OpenLLM/pull/52
* chore(cli): better command recommendation by aarnphm in https://github.com/bentoml/OpenLLM/pull/56
* fix(cli): ensure we parse tag for download by aarnphm in https://github.com/bentoml/OpenLLM/pull/58
New Contributors
* larme made their first contribution in https://github.com/bentoml/OpenLLM/pull/54
**Full Changelog**: https://github.com/bentoml/OpenLLM/compare/v0.1.11...v0.1.12