ZIP
WinGet
llama.cpp
ggml · b8606 · 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-b8606-bin-win-vulkan-x64.zip
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
ggml.llamacpp
Version
b8606
Description
LLM inference in C/C++
License
MIT
↗
Installer URL
https://github.com/ggml-org/llama.cpp/releases/download/b8606/llama-b8606-bin-win-vulkan-x64.zip
Release Notes
ggml-webgpu: port all AOT operators to JIT (#20728)
- port cpy pipeline to shader lib with JIT compilation
- port glu pipeline to shader lib with JIT compilation
- port rope pipeline to shader lib with JIT compilation
- port soft_max pipeline to shader lib with JIT compilation
- removed unused functions from embed_wgsl.py which were used for
old AOT template expansion
macOS/iOS:
- macOS Apple Silicon (arm64)
- macOS Intel (x64)
- iOS XCFramework
Linux:
- Ubuntu x64 (CPU)
- Ubuntu arm64 (CPU)
-…