diff options
author | Kawrakow <iwankawrakow@gmail.com> | 2025-02-08 09:48:59 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-02-08 09:48:59 +0200 |
commit | 6d7b58eade37e45e3d8286a2353658047539d2b2 (patch) | |
tree | 8de22e931d64ce7567a9e5c7c7eb28fd2e6ec04e /ggml/include/ggml.h | |
parent | 4601a8c3735d8e47c46e0927712d77c4f422be6c (diff) |
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 <iwan.kawrakow@gmail.com>
Diffstat (limited to 'ggml/include/ggml.h')
-rw-r--r-- | ggml/include/ggml.h | 1 |
1 files changed, 0 insertions, 1 deletions
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; |