v0.1.11
Installation
pip install openllm==0.1.11
To upgrade from a previous version, use the following command:
pip install --upgrade openllm==0.1.11
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
- chore(cli): normalize kebab case by @aarnphm in #50
- feat(config): allow to generate new class and overwrite default config by @aarnphm in #51
Full Changelog: v0.1.10...v0.1.11