
Baseten has become a supported Inference Provider on the Hugging Face Hub, enhancing serverless AI capabilities for developers. This integration allows developers to access a variety of models, including popular LLMs like Kimi K3 and DeepSeek V4 Flash, directly through Hugging Face's platform. Users can choose to route requests via Hugging Face or use their own API keys, providing flexibility in billing. The integration is available through Hugging Face's SDKs for Python and JavaScript, making it easier for developers to incorporate AI into their applications.
Read originalTopicHugging Face Partnerships And ToolsCooling
Earlier coverage that leads up to this article, and what followed. Lines connect each piece to the closest one after it, converging here.
© Hugging Face BlogLiquid AI is tackling the latency bottleneck in vision-language models with a specialized speculative decoding drafter. The LFM2.5-VL-DSpark model adds only 280M parameters to the base 3B architecture but delivers up to 3.13x faster on-device decoding and 2.66x speedups on H100 GPUs. By integrating directly with llama.cpp, MLX-VLM, and SGLang from day one, they are making high-performance VLM inference accessible without complex custom infrastructure. This shifts the focus from raw model size to efficient token drafting for edge deployment.
© Hugging Face BlogThis release quietly expands llama.cpp's hardware support to include Qualcomm's Hexagon NPU on Linux arm64, a significant step for local inference on Snapdragon devices. It also updates CUDA builds to version 13.4 and introduces ROCm 10.0 binaries, keeping the project aligned with the latest NVIDIA and AMD driver ecosystems. KleidiAI on Apple Silicon is temporarily disabled in this build, likely due to stability checks rather than a feature rollback. For developers targeting edge AI or diverse GPU stacks, this update ensures broader compatibility without requiring custom compilation.
© Lev SelectorNVIDIA introduced the NVFP4 4-bit format and SoL-Pi technology, which uses 2x fewer tokens for improved efficiency.
Together AI Blog · May 8, 2026 · Related
Crunchbase News · June 26, 2026 · Background
Hugging Face Blog · July 8, 2026 · Related
TechCrunch AI · July 10, 2026 · Related
OpenAI · July 21, 2026 · Background
Sifted · July 22, 2026 · Background
The Verge AI · July 28, 2026 · Background
Together AI Blog · July 29, 2026 · Related
Hugging Face Blog · August 13, 2026 · Related
Fireship · September 2, 2026 · Background
AI News · September 3, 2026 · Background
TechCrunch AI · September 17, 2026 · Same story
NVIDIA is pushing hard to make GPU-accelerated physics the standard for robot learning. This deep dive into MuJoCo Warp (MJWarp) shows how to scale a single SO-101 arm simulation to 2,048 parallel environments on CUDA hardware. The real value isn't faster single-step latency, but massive aggregate throughput for reinforcement learning data collection. By leveraging Warp's kernel compilation and CUDA graph capture, developers can batch thousands of physics steps simultaneously, turning the GPU into a high-throughput experience generator rather than just a fast simulator.