Skip to content

v0.0.21

Compare
Choose a tag to compare
@github-actions github-actions released this 04 Jun 23:10
· 1620 commits to main since this release

Installation

pip install openllm==0.0.21

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

pip install --upgrade openllm==0.0.21

Usage

All available models: python -m openllm.models

To start a LLM: python -m openllm start dolly-v2

Full Changelog: v0.0.19...v0.0.21