ZIP
WinGet
llama.cpp
ggml · b7819 · x64
Before deploying, verify this file with VirusTotal ↗
Silent Commands
Distributed as a ZIP archive — extract the contents and run the executable directly. No installer is included.
File Identity
Filename
llama-b7819-bin-win-vulkan-x64.zip
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
ggml.llamacpp
Version
b7819
Description
LLM inference in C/C++
License
MIT
↗
Installer URL
https://github.com/ggml-org/llama.cpp/releases/download/b7819/llama-b7819-bin-win-vulkan-x64.zip
Release Notes
graph : utilize ggml_build_forward_select() to avoid reallocations (#18898)
- graph : avoid branches between embedding and token inputs
- models : make deepstack graphs (e.g. Qwen3 VL) have constant topology
- ci : enable -DGGML_SCHED_NO_REALLOC=ON for server CI
- cont : pad token embeddings to n_embd_inp
macOS/iOS:
- macOS Apple Silicon (arm64)
- macOS Intel (x64)
- iOS XCFramework
Linux:
- Ubuntu x64 (CPU)
- Ubuntu x64 (Vulkan)
- Ubuntu s390x (CPU)
Windows:
- Windows x64 (CPU)
- Windows arm64…