Merge commit '2b6dfe824de8600c061ef91ce5cc5c307f97112c' into concedo_experimental

# Conflicts:
#	.github/workflows/release.yml
#	examples/save-load-state/save-load-state.cpp
#	src/llama-context.cpp
#	tools/cli/cli.cpp
This commit is contained in:
Concedo
2026-02-26 15:07:23 +08:00
17 changed files with 258 additions and 194 deletions
+1 -1
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