Installation
pip install openllm==0.2.8To upgrade from a previous version, use the following command:
pip install --upgrade openllm==0.2.8Usage
All available models: openllm models
To start a LLM: python -m openllm start opt
Find more information about this release in the CHANGELOG.md
What's Changed
- feat(service): provisional API by @aarnphm in #133
- chore(deps): update bitsandbytes requirement from <0.40 to <0.42 by @dependabot in #137
- feat: vLLM integration for PagedAttention by @aarnphm in #134
Full Changelog: v0.2.7...v0.2.8