v4.4.2
SagerNet/sing-boxv4.4.2Jun 11, 2026by mudler
AI Summary
A maintenance release focusing on dependency updates and bug fixes for vLLM and CUDA components.
Key Highlights
- Updated llama.cpp and CrispASR dependencies to latest versions.
- Fixed vLLM tool call function arguments parsing.
- Fixed CUDA installation to include nvrtc-dev alongside other dev packages.
Full Release Notes
<!-- Release notes generated using configuration in .github/release.yml at master --> ## What's Changed ### Other Changes * chore: :arrow_up: Update ggml-org/llama.cpp to `ac4cddeb0dbd778f650bf568f6f08344a06abe3a` by @localai-bot in https://github.com/mudler/LocalAI/pull/10239 * chore: :arrow_up: Update CrispStrobe/CrispASR to `4b27392ffd0991a857594652cbb8b57e585bcd7b` by @localai-bot in https://github.com/mudler/LocalAI/pull/10241 * fix(vllm): parse tool_call function arguments before applying the chat template by @pos-ei-don in https://github.com/mudler/LocalAI/pull/10256 * fix(cuda): install cuda-nvrtc-dev alongside the other CUDA dev packages by @pos-ei-don in https://github.com/mudler/LocalAI/pull/10257 **Full Changelog**: https://github.com/mudler/LocalAI/compare/v4.4.1...v4.4.2