Skip to content

v0.1.12

Compare
Choose a tag to compare
@github-actions github-actions released this 24 Jun 01:29
· 1171 commits to main since this release
v0.1.12
6268d00

Installation

pip install openllm==0.1.12

To upgrade from a previous version, use the following command:

pip install --upgrade openllm==0.1.12

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

  • fix: correct bettertransformer envvar by @larme in #54
  • feat: serve adapter layers by @aarnphm in #52
  • chore(cli): better command recommendation by @aarnphm in #56
  • fix(cli): ensure we parse tag for download by @aarnphm in #58

New Contributors

  • @larme made their first contribution in #54

Full Changelog: v0.1.11...v0.1.12