ggml-alloc : minor fix

This commit is contained in:
Georgi Gerganov 2023-08-28 14:05:12 +03:00
parent 93497ac66b
commit e24b4a713e
No known key found for this signature in database
GPG key ID: 449E073F9DC10735

View file

@ -268,7 +268,7 @@ struct ggml_allocr * ggml_allocr_new(void * data, size_t size, size_t alignment)
/*.parse_seq = */ {0},
/*.parse_seq_len = */ 0,
#ifdef GGML_ALLOCATOR_DEBUG
/*.allocated_tensors = */ = {0},
/*.allocated_tensors = */ {0},
#endif
};