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.10 start opt
To run OpenLLM Clojure UI (community-maintained): docker run -p 8420:80 ghcr.io/bentoml/openllm-ui-clojure:0.4.10
Find more information about this release in the [CHANGELOG.md](https://github.com/bentoml/OpenLLM/blob/main/CHANGELOG.md)
What's Changed
* fix(runner): remove keyword args for attrs.get() by jeffwang0516 in https://github.com/bentoml/OpenLLM/pull/661
* fix: update notebook by xianml in https://github.com/bentoml/OpenLLM/pull/662
* feat(type): provide structured annotations stubs by aarnphm in https://github.com/bentoml/OpenLLM/pull/663
* feat(llm): respect warnings environment for dtype warning by aarnphm in https://github.com/bentoml/OpenLLM/pull/664
* infra: makes huggingface-hub requirements on fine-tune by aarnphm in https://github.com/bentoml/OpenLLM/pull/665
* types: update stubs for remaining entrypoints by aarnphm in https://github.com/bentoml/OpenLLM/pull/667
* perf: reduce footprint by aarnphm in https://github.com/bentoml/OpenLLM/pull/668
* perf(build): locking and improve build speed by aarnphm in https://github.com/bentoml/OpenLLM/pull/669
* docs: add LlamaIndex integration by aarnphm in https://github.com/bentoml/OpenLLM/pull/646
* infra: remove codegolf by aarnphm in https://github.com/bentoml/OpenLLM/pull/671
* feat(models): Phi 1.5 by aarnphm in https://github.com/bentoml/OpenLLM/pull/672
* fix(docs): chatglm support on vLLM by aarnphm in https://github.com/bentoml/OpenLLM/pull/673
* chore(loading): include verbose warning about trust_remote_code by aarnphm in https://github.com/bentoml/OpenLLM/pull/674
* perf: potentially reduce image size by aarnphm in https://github.com/bentoml/OpenLLM/pull/675
New Contributors
* jeffwang0516 made their first contribution in https://github.com/bentoml/OpenLLM/pull/661
**Full Changelog**: https://github.com/bentoml/OpenLLM/compare/v0.4.9...v0.4.10