v0.5.5
Installation
pip install openllm==0.5.5
To upgrade from a previous version, use the following command:
pip install --upgrade openllm==0.5.5
Usage
To start a LLM: python -m openllm start HuggingFaceH4/zephyr-7b-beta
Find more information about this release in the CHANGELOG.md
What's Changed
- feat(models): command-r by @aarnphm in #1005
- ci: pre-commit autoupdate [pre-commit.ci] by @pre-commit-ci in #1007
- chore(deps): bump taiki-e/install-action from 2.33.34 to 2.34.0 by @dependabot in #1006
Full Changelog: v0.5.4...v0.5.5