Fix wrong cli-argument in documentation (#19804)
This commit is contained in:
parent
ae2368e74e
commit
cacc371f99
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue