Usage
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](https://github.com/bentoml/OpenLLM/blob/main/CHANGELOG.md)
What's Changed
* docs: Add OpenLLM tutorial Google Colab link by Sherlock113 in https://github.com/bentoml/OpenLLM/pull/497
* chore(deps-dev): bump types/react-dom from 18.0.6 to 18.2.13 by dependabot in https://github.com/bentoml/OpenLLM/pull/492
* chore(deps-dev): bump types/react from 18.2.20 to 18.2.28 by dependabot in https://github.com/bentoml/OpenLLM/pull/493
* chore(deps-dev): bump typescript from 5.1.6 to 5.2.2 by dependabot in https://github.com/bentoml/OpenLLM/pull/494
* chore(deps-dev): bump types/node from 20.5.3 to 20.8.5 by dependabot in https://github.com/bentoml/OpenLLM/pull/495
* fix(breaking): remove embeddings and update client implementation by aarnphm in https://github.com/bentoml/OpenLLM/pull/500
* feat: openai.Model.list() by XunchaoZ in https://github.com/bentoml/OpenLLM/pull/499
* chore(deps): bump taiki-e/install-action from 2.20.2 to 2.20.3 by dependabot in https://github.com/bentoml/OpenLLM/pull/502
* chore(deps): bump github/codeql-action from 2.22.2 to 2.22.3 by dependabot in https://github.com/bentoml/OpenLLM/pull/501
* ci: pre-commit autoupdate [pre-commit.ci] by pre-commit-ci in https://github.com/bentoml/OpenLLM/pull/506
* fix: check for parity by aarnphm in https://github.com/bentoml/OpenLLM/pull/508
* chore(deps-dev): bump prettier-plugin-tailwindcss from 0.5.5 to 0.5.6 by dependabot in https://github.com/bentoml/OpenLLM/pull/504
* chore(deps-dev): bump types/node from 20.5.3 to 20.8.6 by dependabot in https://github.com/bentoml/OpenLLM/pull/503
**Full Changelog**: https://github.com/bentoml/OpenLLM/compare/v0.3.7...v0.3.8