Skip to content

v0.5.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 27 May 18:29
· 326 commits to main since this release

Installation

pip install openllm==0.5.0

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

pip install --upgrade openllm==0.5.0

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

  • ci: pre-commit autoupdate [pre-commit.ci] by @pre-commit-ci in #870
  • chore(deps): bump taiki-e/install-action from 2.25.9 to 2.26.18 by @dependabot in #899
  • ci: pre-commit autoupdate [pre-commit.ci] by @pre-commit-ci in #909
  • chore(deps): bump github/codeql-action from 3.23.1 to 3.24.3 by @dependabot in #908
  • chore(deps): bump sigstore/cosign-installer from 3.3.0 to 3.4.0 by @dependabot in #907
  • ci: pre-commit autoupdate [pre-commit.ci] by @pre-commit-ci in #931
  • feat: 1.2 APIs by @aarnphm in #821
  • chore(deps): bump taiki-e/install-action from 2.26.18 to 2.27.9 by @dependabot in #920
  • chore(deps): bump next from 13.4.8 to 13.5.1 by @dependabot in #912
  • ci: pre-commit autoupdate [pre-commit.ci] by @pre-commit-ci in #935
  • chore(deps): bump marocchino/sticky-pull-request-comment from 2.8.0 to 2.9.0 by @dependabot in #933
  • chore(deps): bump aquasecurity/trivy-action from 0.16.1 to 0.18.0 by @dependabot in #932
  • chore(deps): bump docker/setup-buildx-action from 3.0.0 to 3.2.0 by @dependabot in #941
  • chore(deps): bump github/codeql-action from 3.24.3 to 3.24.9 by @dependabot in #939
  • ci: pre-commit autoupdate [pre-commit.ci] by @pre-commit-ci in #942
  • fix(compat): use annotated type from typing_compat by @rudeigerc in #943
  • docs: Update high-level messaging by @Sherlock113 in #949
  • ci: pre-commit autoupdate [pre-commit.ci] by @pre-commit-ci in #947
  • chore(deps): bump aquasecurity/trivy-action from 0.18.0 to 0.19.0 by @dependabot in #946
  • chore(deps): bump taiki-e/install-action from 2.27.9 to 2.32.9 by @dependabot in #945
  • Update README.md by @parano in #964
  • chore(deps): bump taiki-e/install-action from 2.32.9 to 2.33.9 by @dependabot in #970
  • chore(deps): bump sigstore/cosign-installer from 3.4.0 to 3.5.0 by @dependabot in #954
  • chore(deps): bump docker/metadata-action from 5.5.0 to 5.5.1 by @dependabot in #956
  • chore(deps): bump actions/setup-python from 5.0.0 to 5.1.0 by @dependabot in #955
  • chore(deps): bump pypa/gh-action-pypi-publish from 1.8.11 to 1.8.14 by @dependabot in #958
  • ci: pre-commit autoupdate [pre-commit.ci] by @pre-commit-ci in #959
  • fix: update correct CompletionOutput object by @aarnphm in #973
  • chore(deps): bump docker/build-push-action from 5.1.0 to 5.3.0 by @dependabot in #979
  • chore(deps): bump docker/login-action from 3.0.0 to 3.1.0 by @dependabot in #978
  • chore(deps): bump github/codeql-action from 3.24.9 to 3.25.3 by @dependabot in #977
  • chore(deps): bump docker/setup-buildx-action from 3.2.0 to 3.3.0 by @dependabot in #975
  • fix: make sure to respect additional parameters parse by @aarnphm in #981
  • chore(deps): bump peter-evans/create-pull-request from 5.0.2 to 6.0.5 by @dependabot in #976
  • ci: pre-commit autoupdate [pre-commit.ci] by @pre-commit-ci in #980
  • chore(deps): bump rlespinasse/github-slug-action from 4.4.1 to 4.5.0 by @dependabot in #988
  • chore(deps): bump softprops/action-gh-release from 1 to 2 by @dependabot in #987
  • ci: pre-commit autoupdate [pre-commit.ci] by @pre-commit-ci in #989
  • chore(deps): bump taiki-e/install-action from 2.33.9 to 2.33.22 by @dependabot in #985
  • chore(deps): bump actions/checkout from 4.1.1 to 4.1.5 by @dependabot in #984
  • chore(deps): bump next from 13.4.8 to 14.1.1 by @dependabot in #983
  • ci: pre-commit autoupdate [pre-commit.ci] by @pre-commit-ci in #994
  • chore(deps): bump actions/checkout from 4.1.5 to 4.1.6 by @dependabot in #993
  • chore(deps): bump github/codeql-action from 3.25.3 to 3.25.5 by @dependabot in #992
  • chore(deps): bump aquasecurity/trivy-action from 0.19.0 to 0.20.0 by @dependabot in #991
  • fix(docs): update correct BentoML links by @dennisrall in #995
  • tests: add additional basic testing by @aarnphm in #982
  • infra: prepare 0.5 releases by @aarnphm in #996
  • chore(deps): bump actions/upload-artifact from 3.1.3 to 4.3.3 by @dependabot in #986
  • chore(deps): bump actions/download-artifact from 3.0.2 to 4.1.7 by @dependabot in #990
  • chore(qol): update CLI options and performance upgrade for build cache by @aarnphm in #997
  • feat(ci): running CI on paperspace by @aarnphm in #998
  • chore(deps): bump taiki-e/install-action from 2.33.22 to 2.33.34 by @dependabot in #1000
  • ci: pre-commit autoupdate [pre-commit.ci] by @pre-commit-ci in #1002

New Contributors

Full Changelog: v0.4.44...v0.5.0