Files
OpenLLM/Formula/README.md
2023-08-08 22:11:48 -04:00

14 lines
457 B
Markdown

This directory hosts the brew tap for OpenLLM
```bash
brew tap bentoml/openllm https://github.com/bentoml/openllm
brew install openllm
```
> [!NOTE]
> This will install the generated release binary from GitHub release. If any releases doesn't include the binary, then you will need to install from pip
> [!IMPORTANT]
> If you want to install from source, please refer to [Development Guide](https://github.com/bentoml/openllm/tree/main/DEVELOPMENT.md).