From 52ef50a7ce94dc329501aa30b10b32a8159b3060 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20du=20Hamel?= Date: Fri, 5 Dec 2025 20:58:53 +0100 Subject: [PATCH] temp fix cuda error on quant concat for splitlinear --- ggml_extend.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ggml_extend.hpp b/ggml_extend.hpp index 57b0fff..0fcbbb9 100644 --- a/ggml_extend.hpp +++ b/ggml_extend.hpp @@ -2214,7 +2214,7 @@ public: in_features(in_features), out_features_vec(out_features_vec), bias(bias), - force_f32(force_f32), + force_f32(true), force_prec_f32(force_prec_f32), scale(scale) {}