mirror of
https://github.com/ggml-org/llama.cpp.git
synced 2026-09-18 20:33:25 +02:00
The fused operation was grabbing the epsilon value from the wrong place. Add an env var to disable fusion. Add some missing checks for supported shapes/types. Handle fused rms_norm+mul in check_results.