deploy lfm2.5 model

This commit is contained in:
Roger Oriol
2026-08-19 00:36:48 +02:00
parent 0527bbf149
commit 7a141642b5
4 changed files with 151 additions and 3 deletions

View File

@@ -12,6 +12,7 @@ Ollama endpoint.
| Alias | Model | Configuration | Service |
|---|---|---|---|
| `qwen3.8-27b` | Qwen3.8-27B with MTP | `Q4_K_M` primary, `Q4_0` draft, 196k context, q8_0 K/V cache | `llamacpp-qwen38-27b.llamacpp:80` |
| `lfm2.5-2.6b` | LiquidAI LFM2.5-2.6B with speculative decoding | `Q4_K_M` primary, `Q4_0` draft, 121k context, temperature 0.1 | `llamacpp-lfm25-26b.llamacpp:80` |
An initContainer downloads both model files atomically before llama-server
starts: