v0.1.14
Installation
pip install openllm==0.1.14
To upgrade from a previous version, use the following command:
pip install --upgrade openllm==0.1.14
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
What's Changed
- models: migrate away from pipelines by @aarnphm in #60
- fix(test): robustness by @aarnphm in #64
- fix: converting envvar to string by @aarnphm in #68
- chore: add more test matrices by @aarnphm in #70
- feat: release binary distribution by @aarnphm in #66
Full Changelog: v0.1.13...v0.1.14