From 6d7b58eade37e45e3d8286a2353658047539d2b2 Mon Sep 17 00:00:00 2001 From: Kawrakow Date: Sat, 8 Feb 2025 09:48:59 +0200 Subject: Revert #79 (#192) * Revert "Do not quantize activations if not necessary (#79)" This reverts commit 0bf4d99774aa3b6d00ef564acbc4dc211e45db33. * Fixed compilation after revert --------- Co-authored-by: Iwan Kawrakow --- ggml/include/ggml.h | 1 - 1 file changed, 1 deletion(-) (limited to 'ggml/include') diff --git a/ggml/include/ggml.h b/ggml/include/ggml.h index b6bebd60..c307d42e 100644 --- a/ggml/include/ggml.h +++ b/ggml/include/ggml.h @@ -724,7 +724,6 @@ extern "C" { // since https://github.com/ggerganov/ggml/issues/287 struct ggml_cplan { size_t work_size; // size of work buffer, calculated by `ggml_graph_plan()` - size_t q_size; uint8_t * work_data; // work buffer, to be allocated by caller before calling to `ggml_graph_compute()` int n_threads; -- cgit v1.2.3