The llama.cpp project released build b10701, which includes a fix for DFlash2 NVFP4 draft models. The update addresses an issue where these models produced almost no accepted speculative tokens.
- Passes missing NVFP4 scales to attention operations in pull request #28000.
- Ensures Q, K, V, and output projection scales are correctly passed to corresponding graph operations.
This change restores proper functionality for DFlash2 NVFP4 models by correcting the scale propagation required for speculative decoding.