Skip to content

v0.4.21

Compare
Choose a tag to compare
@github-actions github-actions released this 20 Nov 22:49
· 663 commits to main since this release

Installation

pip install openllm==0.4.21

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

pip install --upgrade openllm==0.4.21

Usage

All available models: openllm models

To start a LLM: python -m openllm start HuggingFaceH4/zephyr-7b-beta

To run OpenLLM within a container environment (requires GPUs): docker run --gpus all -it -P -v $PWD/data:$HOME/.cache/huggingface/ ghcr.io/bentoml/openllm:0.4.21 start HuggingFaceH4/zephyr-7b-beta

Find more information about this release in the CHANGELOG.md

What's Changed

  • ci: pre-commit autoupdate [pre-commit.ci] by @pre-commit-ci in #711
  • chore(deps): bump taiki-e/install-action from 2.21.11 to 2.21.17 by @dependabot in #709
  • chore(deps): bump docker/build-push-action from 5.0.0 to 5.1.0 by @dependabot in #708
  • chore(deps): bump github/codeql-action from 2.22.5 to 2.22.7 by @dependabot in #707

Full Changelog: v0.4.20...v0.4.21