mirror of
https://github.com/antirez/gguf-tools.git
synced 2025-09-17 19:08:07 +08:00
gguf_create(): take flags to be able to overwrite files. Fixes #7.
This commit is contained in:
@@ -196,7 +196,7 @@ void gguf_tools_split_mixtral(int *experts_id, const char *mixtral_filename, con
|
||||
exit(1);
|
||||
}
|
||||
|
||||
gguf_ctx *output = gguf_create(output_filename);
|
||||
gguf_ctx *output = gguf_create(output_filename, GGUF_NONE);
|
||||
if (output == NULL) {
|
||||
perror("Opening the output file");
|
||||
exit(1);
|
||||
|
Reference in New Issue
Block a user