
Hugging Face has announced the integration of Nunchaku's 4-bit diffusion inference into its Diffusers library. This allows developers to use Nunchaku-style checkpoints directly within Diffusers without needing a separate inference engine. The integration leverages SVDQuant, a quantization method that uses 4-bit weights and activations to reduce memory usage and improve inference speed. This update is particularly beneficial for users with NVIDIA's latest GPUs, offering a 30% speedup and significant memory savings. The integration simplifies the process, requiring no local compilation and supporting a wide range of models.
Read originalClaude Code's latest update, v2.1.219, introduces the Claude Opus 5 model as the new default, offering a 1M context and fast mode pricing. This release enhances sandbox security with a strict allowlist setting and improves error handling with structured failure categories. Notably, nested subagent forwarding is now supported up to a depth of three, expanding the tool's flexibility. These changes make Claude Code more robust and versatile, particularly for developers managing complex workflows.
The b10093 release of llama.cpp focuses on refining the DeepSeek4 template to ensure it behaves consistently with reference standards. This update introduces support for the DeepSeekv4 flag and integrates the DS3.2 parser for DS4, enhancing its functionality. Developers working on macOS, Linux, and Windows can benefit from improved performance, especially with Vulkan, ROCm, and CUDA technologies. The release also addresses tool result reordering and post-merge fixes, contributing to a more stable and reliable development environment. While not revolutionary, these enhancements make llama.cpp a more dependable choice for developers seeking robust AI model support.
The latest llama.cpp release, version b10094, refines how speculative type inference is handled for draft repositories. By automatically identifying sidecars and prioritizing them according to a set hierarchy, users can now resolve drafts more seamlessly without additional flags. This update streamlines the workflow for developers dealing with intricate model setups, ensuring the correct draft is chosen more effectively. The release continues to support multiple platforms, including macOS, Linux, Windows, and openEuler, making it a flexible tool for developers working in different environments.