DEV Community

Kortexio
Kortexio

Posted on

ExLlamaSharp v1.3.1: what shipped

ExLlamaSharp v1.3.1 is out.

Local LLM server for Windows with NVIDIA GPUs — OpenAI-compatible /v1, Blazor admin, and EXL3 inference.

Release notes

ExLlamaSharp 1.3.1

Windows LLM server (EXL3 / ExLlamaV3) with OpenAI-compatible API and Blazor Admin.

Fixes

  • Admin session auth (stale/revoked cookies no longer leave Chat on 401)
  • Qwen3 Chat hang (thinking block consumed all tokens with empty visible output)
  • Ollama options.repeat_penalty: 1.0 no longer maps to frequency_penalty=1 (which stalled the sampler)
  • CUDA device sanitization for single-GPU desktops
  • Persisted ASP.NET DataProtection keys under ProgramData

Install

Run ExLlamaSharp-Setup-win-x64.exe as Administrator (desktop/Tray mode recommended).

PyTorch is downloaded at install time; ExLlamaV3 CUDA wheel is bundled.

Full notes: https://github.com/Kortexio/ExLlamaSharp/releases/tag/v1.3.1

Repo: https://github.com/Kortexio/ExLlamaSharp

Top comments (0)