]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
gguf-split: Add option to delete split parts during merge (#26538)
authorGuilherme Quintino <redacted>
Tue, 4 Aug 2026 18:27:47 +0000 (19:27 +0100)
committerGitHub <redacted>
Tue, 4 Aug 2026 18:27:47 +0000 (21:27 +0300)
commit76c956c1372962842e1134f86b7c5d4517597e7e
tree7f60f2f51e322dd882c2da5cc8bdba6a3f45c5e1
parent2f56fc3431f47fe042bf3825e4d5523bdddda993
gguf-split: Add option to delete split parts during merge (#26538)

* Add delete-files option to split parameters

Added a new option to delete split files during execution to free up disk space.

* Add test for delete files on merge option

* Fix tests

* Update tools/gguf-split/gguf-split.cpp

Co-authored-by: Sigbjørn Skjæret <redacted>
* Update tools/gguf-split/gguf-split.cpp

Co-authored-by: Sigbjørn Skjæret <redacted>
* Uncomment tests

* Improvements to address PR comments

* Fix formatting

* Fix formatting

* Rename --delete-files to --delete-splits

* Comment tests

* Move delete inside loop

* style cleanup

---------

Co-authored-by: Sigbjørn Skjæret <redacted>
tools/gguf-split/gguf-split.cpp
tools/gguf-split/tests.sh