v0.4.42
Installation
pip install openllm==0.4.42
To upgrade from a previous version, use the following command:
pip install --upgrade openllm==0.4.42
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.42 start HuggingFaceH4/zephyr-7b-beta
Find more information about this release in the CHANGELOG.md
What's Changed
- docs: Update opt example to ms-phi by @Sherlock113 in #805
- chore(script): run vendored scripts by @aarnphm in #808
- docs: README.md typo by @weibeu in #819
- ci: pre-commit autoupdate [pre-commit.ci] by @pre-commit-ci in #818
- chore(deps): bump docker/metadata-action from 5.3.0 to 5.4.0 by @dependabot in #814
- chore(deps): bump taiki-e/install-action from 2.22.5 to 2.23.1 by @dependabot in #813
- chore(deps): bump github/codeql-action from 3.22.11 to 3.22.12 by @dependabot in #815
- ci: pre-commit autoupdate [pre-commit.ci] by @pre-commit-ci in #825
- chore(deps): bump crazy-max/ghaction-import-gpg from 6.0.0 to 6.1.0 by @dependabot in #824
- chore(deps): bump taiki-e/install-action from 2.23.1 to 2.23.7 by @dependabot in #823
- docs: Add Llamaindex in freedom to build by @Sherlock113 in #826
- ci: pre-commit autoupdate [pre-commit.ci] by @pre-commit-ci in #836
- chore(deps): bump docker/metadata-action from 5.4.0 to 5.5.0 by @dependabot in #834
- chore(deps): bump aquasecurity/trivy-action from 0.16.0 to 0.16.1 by @dependabot in #832
- chore(deps): bump taiki-e/install-action from 2.23.7 to 2.24.1 by @dependabot in #833
- chore(deps): bump vllm to 0.2.7 by @aarnphm in #837
- chore: update discord link by @aarnphm in #838
- improv(package): use python slim base image and let pytorch install cuda by @larme in #807
- fix(dockerfile): conflict deps by @aarnphm in #841
- chore: fix typo in list_models pydoc by @fuzzie360 in #847
- docs: update README.md telemetry code link by @fuzzie360 in #842
- chore(deps): bump taiki-e/install-action from 2.24.1 to 2.25.1 by @dependabot in #846
- chore(deps): bump github/codeql-action from 3.22.12 to 3.23.0 by @dependabot in #844
- ci: pre-commit autoupdate [pre-commit.ci] by @pre-commit-ci in #848
- ci: pre-commit autoupdate [pre-commit.ci] by @pre-commit-ci in #858
- chore(deps): bump taiki-e/install-action from 2.25.1 to 2.25.9 by @dependabot in #856
- chore(deps): bump github/codeql-action from 3.23.0 to 3.23.1 by @dependabot in #855
- fix: proper SSE handling for vllm by @larme in #877
- chore: set stop to empty list by default by @larme in #878
- fix: all runners sse output by @larme in #880
New Contributors
- @weibeu made their first contribution in #819
- @fuzzie360 made their first contribution in #847
Full Changelog: v0.4.41...v0.4.42