mirror of
https://github.com/bentoml/OpenLLM.git
synced 2026-01-28 01:14:09 -05:00
14 lines
457 B
Markdown
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).
|