ggml : add comment

This commit is contained in:
Georgi Gerganov 2024-01-04 10:12:05 +02:00
parent c92418dca9
commit a78caeb7ac
No known key found for this signature in database
GPG key ID: BF970631944C16B7

View file

@ -5,7 +5,7 @@
// GGML internal header
#include <assert.h>
#include <stdlib.h>
#include <stdlib.h> // load `stdlib.h` before other headers to work around MinGW bug: https://sourceforge.net/p/mingw-w64/bugs/192/
#include <stddef.h>
#include <stdbool.h>
#include <string.h> // memcpy