mirror of
https://github.com/open-webui/llama-cpp-runner
synced 2025-06-26 18:16:12 +00:00
New Deployment
Added Dockerfile and compose.yaml as an option for deployment. Updated README.md
This commit is contained in:
14
README.md
14
README.md
@@ -25,6 +25,20 @@ Installing `llama-cpp-runner` is quick and easy! Just use pip:
|
||||
pip install llama-cpp-runner
|
||||
```
|
||||
|
||||
## Optional Installation (Docker)
|
||||
|
||||
Clone the repository
|
||||
|
||||
```bash
|
||||
git clone https://github.com/open-webui/llama-cpp-runner
|
||||
```
|
||||
|
||||
Build and run
|
||||
|
||||
```bash
|
||||
docker compose up -d
|
||||
```
|
||||
|
||||
## Usage 📖
|
||||
|
||||
### Initialize the Runner
|
||||
|
||||
Reference in New Issue
Block a user