Extension idea: llama-server with custom samplers
Summary
A prototype extension for llama-server enabling custom sampling logic, with an example loop detector, without maintaining a separate fork.
Similar Articles
Particle Scattering Sampler for llama.cpp
This article introduces an experimental sampler for llama.cpp called 'scatter' that applies a local diffusion over rank-sorted tokens to smooth the probability distribution among top candidates, enabling more creative text generation without increasing tail probabilities.
I made a UI and server for using Anthropic's new Natural Language Autoencoders locally with llama.cpp
The author built a custom llama.cpp server and Mikupad UI to enable local inference and activation steering with Anthropic's open-weight Natural Language Autoencoders. A LoRA version is in development to reduce memory requirements.
@mylifcc: A treasure-level LLM sampling guide is here — Title: "Dummy's Guide to Modern LLM Sampling" — This article thoroughly explains the sampler mechanisms in modern LLM text generation: from Temperature, Top-P/Mi…
Recommended a deep guide on modern LLM sampling mechanisms, covering methods such as Temperature, Top-P, Mirostat, etc., of significant reference value for developers aiming to improve output quality.
Llama-Studio, WebUI for llama-server Management
Llama-Studio is a WebUI for managing llama-server sessions, allowing configuration, monitoring, and control of multiple instances for local development and experimentation.
LlamaStation v0.9 — llama.cpp GUI for Windows with multi-backend support, TurboQuant, MTP and more
LlamaStation v0.9 is a Windows GUI for llama.cpp that offers a clean interface with full parameter control, multiple backends (official, TurboQuant, AtomicChat, BeeLlama), real-time VRAM monitoring, per-model profiles, voice mode, and headless mode, all without intermediate layers like Ollama.