Removes the second always-resident llama.cpp instance (llama-server-fast, Qwen3-4B-Instruct-2507) and everything wired to it:
The service itself and its downloader-fast model-fetch job.
omniroute's depends_on: llama-server-fast.
LLAMA_FAST_* block in .env.example.
Stale VRAM-budget comment in scripts/switch-model.sh that assumed this service stayed resident during a swap.
⚠️ This was qwen-code's Auto Mode Stage 1 classifier (fastModel) — see docs/research/fast-model-choice.md and issue #44. Auto Mode loses that classifier until it's reconfigured to route elsewhere or falls back to prompt-only classification.
Not yet applied to the running R9700 stack — needs ./scripts/update.sh there after merge, per this repo's deploy convention.
Removes the second always-resident llama.cpp instance (`llama-server-fast`, Qwen3-4B-Instruct-2507) and everything wired to it:
- The service itself and its `downloader-fast` model-fetch job.
- `omniroute`'s `depends_on: llama-server-fast`.
- `LLAMA_FAST_*` block in `.env.example`.
- Stale VRAM-budget comment in `scripts/switch-model.sh` that assumed this service stayed resident during a swap.
⚠️ This was qwen-code's Auto Mode Stage 1 classifier (`fastModel`) — see `docs/research/fast-model-choice.md` and issue #44. Auto Mode loses that classifier until it's reconfigured to route elsewhere or falls back to prompt-only classification.
Not yet applied to the running R9700 stack — needs `./scripts/update.sh` there after merge, per this repo's deploy convention.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
https://claude.ai/code/session_01DjhxWirQepKFEQj1huXNJR
Drops the second always-resident llama.cpp instance, its downloader,
and the omniroute depends_on entry. Also strips the now-dead
LLAMA_FAST_* block from .env.example and the stale VRAM-budget comment
in scripts/switch-model.sh that assumed this service was always up.
Note: this was qwen-code's Auto Mode Stage 1 classifier (fastModel) —
see docs/research/fast-model-choice.md and issue #44. Auto Mode will
lose that classifier until/unless it's reconfigured to route
elsewhere or fall back to prompt-only classification.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01DjhxWirQepKFEQj1huXNJR
haylan
merged commit 9767261a96 into main2026-09-07 17:56:27 +00:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Removes the second always-resident llama.cpp instance (
llama-server-fast, Qwen3-4B-Instruct-2507) and everything wired to it:downloader-fastmodel-fetch job.omniroute'sdepends_on: llama-server-fast.LLAMA_FAST_*block in.env.example.scripts/switch-model.shthat assumed this service stayed resident during a swap.⚠️ This was qwen-code's Auto Mode Stage 1 classifier (
fastModel) — seedocs/research/fast-model-choice.mdand issue #44. Auto Mode loses that classifier until it's reconfigured to route elsewhere or falls back to prompt-only classification.Not yet applied to the running R9700 stack — needs
./scripts/update.shthere after merge, per this repo's deploy convention.🤖 Generated with Claude Code
https://claude.ai/code/session_01DjhxWirQepKFEQj1huXNJR