* Revert "Do not quantize activations if not necessary (#79)"

This reverts commit 0bf4d99774.

* Fixed compilation after revert

---------

Co-authored-by: Iwan Kawrakow <iwan.kawrakow@gmail.com>
This commit is contained in:
Kawrakow
2025-02-08 09:48:59 +02:00
committed by GitHub
parent 4601a8c373
commit 6d7b58eade
2 changed files with 16 additions and 48 deletions

View File

@@ -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;