Fix wrong cli-argument in documentation (#19804)

This commit is contained in:
Kilian Krampf 2026-02-22 16:26:33 +01:00 committed by GitHub
parent ae2368e74e
commit cacc371f99
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ In a separate terminal, start the backend server:
./llama-server -m model.gguf
# Multi-model (ROUTER mode)
./llama-server --model-store /path/to/models
./llama-server --models-dir /path/to/models
```
### 3. Start Development Servers