Usage
All available models: openllm models
To start a LLM: python -m openllm start HuggingFaceH4/zephyr-7b-beta
To run OpenLLM within a container environment (requires GPUs): docker run --gpus all -it -P -v $PWD/data:$HOME/.cache/huggingface/ ghcr.io/bentoml/openllm:0.4.32 start HuggingFaceH4/zephyr-7b-beta
Find more information about this release in the [CHANGELOG.md](https://github.com/bentoml/OpenLLM/blob/main/CHANGELOG.md)
What's Changed
* chore(deps): bump taiki-e/install-action from 2.21.17 to 2.21.19 by dependabot in https://github.com/bentoml/OpenLLM/pull/735
* chore(deps): bump github/codeql-action from 2.22.7 to 2.22.8 by dependabot in https://github.com/bentoml/OpenLLM/pull/734
* chore: revert back previous backend support PyTorch by aarnphm in https://github.com/bentoml/OpenLLM/pull/739
**Full Changelog**: https://github.com/bentoml/OpenLLM/compare/v0.4.31...v0.4.32