ZIP
WinGet
llama.cpp
ggml · b7475 · 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-b7475-bin-win-vulkan-x64.zip
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
ggml.llamacpp
Version
b7475
Description
LLM inference in C/C++
License
MIT
↗
Installer URL
https://github.com/ggml-org/llama.cpp/releases/download/b7475/llama-b7475-bin-win-vulkan-x64.zip
Release Notes
Warning
Release Format Update: Linux releases will soon use .tar.gz archives instead of .zip. Please make the necessary changes to your deployment scripts.
model : add ASR support for LFM2-Audio-1.5B (conformer) (#18106)
- ASR with LFM2-Audio-1.5B
- Set rope_theta
- Fix comment
- Remove rope_theta setting
- Address PR feedback
- rename functions to conformer
- remove some redundant ggml_cont
- fix missing tensor
- add prefix "a." for conv tensors
- remove redundant reshape
- clean up
- add test…