mirror of
https://github.com/antirez/gguf-tools.git
synced 2025-12-16 00:18:52 +08:00
Initial API to create new GGUF files.
Also added a few libraries that will be needed soon. The CLI was renamed with the final name of gguf-tools.
This commit is contained in:
@@ -158,7 +158,7 @@ typedef struct {
|
||||
|
||||
/* =============================== Prototypes =============================== */
|
||||
|
||||
gguf_ctx *gguf_init(char *filename);
|
||||
gguf_ctx *gguf_init(const char *filename);
|
||||
int gguf_remap(gguf_ctx *ctx);
|
||||
void gguf_rewind(gguf_ctx *ctx);
|
||||
void gguf_end(gguf_ctx *ctx);
|
||||
|
||||
Reference in New Issue
Block a user