diff options
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; |