diff --git a/gemma/weights.h b/gemma/weights.h index d69f61a..c0c33c8 100644 --- a/gemma/weights.h +++ b/gemma/weights.h @@ -232,7 +232,7 @@ void LogWeightStats(Model model, Type weight_type, const ByteStorageT& weights); template void ForEachTensor(RawWeightsPtr raw_weights, CompressedWeights& c_weights, Func& func) { - constexpr bool kHaveRaw = !hwy::IsSame(); + constexpr bool kHaveRaw = !hwy::IsSame(); GEMMA_CALL_TOP_FUNC("c_embedding", embedder_input_embedding); GEMMA_CALL_TOP_FUNC("c_final_norm", final_norm_scale);