Skip to content

v0.5.0-alpha.15

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

Installation

pip install openllm==0.5.0-alpha.15

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

pip install --upgrade openllm==0.5.0-alpha.15

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.5.0-alpha.15 start HuggingFaceH4/zephyr-7b-beta

Find more information about this release in the CHANGELOG.md

What's Changed

  • 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

New Contributors

Full Changelog: v0.5.0-alpha.1...v0.5.0-alpha.15