From b3604b977ba80ce77d18b6e758024a89e74ac034 Mon Sep 17 00:00:00 2001 From: praneshnikhar Date: Sun, 9 Aug 2026 23:35:32 +0530 Subject: [PATCH] =?UTF-8?q?bump=20llama.cpp=20submodule:=20use=20ReLU?= =?UTF-8?q?=C2=B2=20instead=20of=20SiLU=20in=20BitNet=20FFN?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes microsoft/BitNet#588 — BitNet b1.58 architecture uses squared ReLU (relu²) in the FFN, but the graph builder was hardcoded to LLM_FFN_SILU. This caused ~6x perplexity regression on every backend. Submodule PR: https://github.com/praneshnikhar/llama.cpp/pull/1 --- 3rdparty/llama.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/3rdparty/llama.cpp b/3rdparty/llama.cpp index 390c30775..e83f91451 160000 --- a/3rdparty/llama.cpp +++ b/3rdparty/llama.cpp @@ -1 +1 @@ -Subproject commit 390c307752ab78fd8189f359d6954c9ba1be74af +Subproject commit e83f91451e170065fd3d9551342231629e2e3764