From c3a65c4bbe1cd64cd6255e70b5c7563fb977959f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=2E=20Yusuf=20Sar=C4=B1g=C3=B6z?= Date: Wed, 2 Aug 2023 11:16:23 +0300 Subject: [PATCH] gguf-util.h : update note --- gguf-util.h | 1 + 1 file changed, 1 insertion(+) diff --git a/gguf-util.h b/gguf-util.h index 23f411bb0..74d6e61f7 100644 --- a/gguf-util.h +++ b/gguf-util.h @@ -1,5 +1,6 @@ // GGUF counterpart of llama-util.h. // we may consider making it a part of ggml.c once GGUF work is complete. +// this will require extra work to migrate this to pure C. // Contains wrappers around OS interfaces. #ifndef GGUF_UTIL_H