Installation
pip install openllm==0.3.8To upgrade from a previous version, use the following command:
pip install --upgrade openllm==0.3.8Usage
All available models: openllm models
To start a LLM: python -m openllm start opt
To run OpenLLM within a container environment (requires GPUs): docker run --gpus all -it -P ghcr.io/bentoml/openllm:0.3.8 start opt
To run OpenLLM Clojure UI (community-maintained): docker run -p 8420:80 ghcr.io/bentoml/openllm-ui-clojure:0.3.8
Find more information about this release in the CHANGELOG.md
What's Changed
- docs: Add OpenLLM tutorial Google Colab link by @Sherlock113 in #497
- chore(deps-dev): bump @types/react-dom from 18.0.6 to 18.2.13 by @dependabot in #492
- chore(deps-dev): bump @types/react from 18.2.20 to 18.2.28 by @dependabot in #493
- chore(deps-dev): bump typescript from 5.1.6 to 5.2.2 by @dependabot in #494
- chore(deps-dev): bump @types/node from 20.5.3 to 20.8.5 by @dependabot in #495
- fix(breaking): remove embeddings and update client implementation by @aarnphm in #500
- feat: openai.Model.list() by @XunchaoZ in #499
- chore(deps): bump taiki-e/install-action from 2.20.2 to 2.20.3 by @dependabot in #502
- chore(deps): bump github/codeql-action from 2.22.2 to 2.22.3 by @dependabot in #501
- ci: pre-commit autoupdate [pre-commit.ci] by @pre-commit-ci in #506
- fix: check for parity by @aarnphm in #508
- chore(deps-dev): bump prettier-plugin-tailwindcss from 0.5.5 to 0.5.6 by @dependabot in #504
- chore(deps-dev): bump @types/node from 20.5.3 to 20.8.6 by @dependabot in #503
Full Changelog: v0.3.7...v0.3.8