gguf-util.h : update note

This commit is contained in:
M. Yusuf Sarıgöz 2023-08-02 11:16:23 +03:00
parent cf365fbc20
commit c3a65c4bbe

View File

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