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.4.1 start opt
To run OpenLLM Clojure UI (community-maintained): docker run -p 8420:80 ghcr.io/bentoml/openllm-ui-clojure:0.4.1
Find more information about this release in the [CHANGELOG.md](https://github.com/bentoml/OpenLLM/blob/main/CHANGELOG.md)
What's Changed
* chore(runner): yield the outputs directly by aarnphm in https://github.com/bentoml/OpenLLM/pull/573
* chore(openai): simplify client examples by aarnphm in https://github.com/bentoml/OpenLLM/pull/574
* fix(examples): correct dependencies in requirements.txt [skip ci] by aarnphm in https://github.com/bentoml/OpenLLM/pull/575
* refactor: cleanup typing to expose correct API by aarnphm in https://github.com/bentoml/OpenLLM/pull/576
* fix(stubs): update initialisation types by aarnphm in https://github.com/bentoml/OpenLLM/pull/577
* refactor(strategies): move logics into openllm-python by aarnphm in https://github.com/bentoml/OpenLLM/pull/578
* chore(service): cleanup API by aarnphm in https://github.com/bentoml/OpenLLM/pull/579
* infra: disable npm updates and correct python packages by aarnphm in https://github.com/bentoml/OpenLLM/pull/580
* chore(deps): bump aquasecurity/trivy-action from 0.13.1 to 0.14.0 by dependabot in https://github.com/bentoml/OpenLLM/pull/583
* chore(deps): bump taiki-e/install-action from 2.21.7 to 2.21.8 by dependabot in https://github.com/bentoml/OpenLLM/pull/581
* chore(deps): bump sigstore/cosign-installer from 3.1.2 to 3.2.0 by dependabot in https://github.com/bentoml/OpenLLM/pull/582
* fix: device imports using strategies by aarnphm in https://github.com/bentoml/OpenLLM/pull/584
* fix(gptq): update config fields by aarnphm in https://github.com/bentoml/OpenLLM/pull/585
* fix: unbound variable for completion client by aarnphm in https://github.com/bentoml/OpenLLM/pull/587
* fix(awq): correct awq detection for support by aarnphm in https://github.com/bentoml/OpenLLM/pull/586
* feat(vllm): squeezellm by aarnphm in https://github.com/bentoml/OpenLLM/pull/588
* docs: update quantization notes by aarnphm in https://github.com/bentoml/OpenLLM/pull/589
* fix(cli): append model-id instruction to build by aarnphm in https://github.com/bentoml/OpenLLM/pull/590
* container: update tracing dependencies by aarnphm in https://github.com/bentoml/OpenLLM/pull/591
**Full Changelog**: https://github.com/bentoml/OpenLLM/compare/v0.4.0...v0.4.1