Installation
pip install openllm==0.4.8To upgrade from a previous version, use the following command:
pip install --upgrade openllm==0.4.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.4.8 start opt
To run OpenLLM Clojure UI (community-maintained): docker run -p 8420:80 ghcr.io/bentoml/openllm-ui-clojure:0.4.8
Find more information about this release in the CHANGELOG.md
What's Changed
- docs: update instruction adding new models and remove command docstring by @aarnphm in #654
- chore(cli): move playground to CLI components by @aarnphm in #655
- perf: improve build logics and cleanup speed by @aarnphm in #657
Full Changelog: v0.4.7...v0.4.8