temp fix cuda error on quant concat for splitlinear

This commit is contained in:
Stéphane du Hamel 2025-12-05 20:58:53 +01:00
parent 4249294137
commit 52ef50a7ce

View File

@ -2214,7 +2214,7 @@ public:
in_features(in_features), in_features(in_features),
out_features_vec(out_features_vec), out_features_vec(out_features_vec),
bias(bias), bias(bias),
force_f32(force_f32), force_f32(true),
force_prec_f32(force_prec_f32), force_prec_f32(force_prec_f32),
scale(scale) {} scale(scale) {}