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

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