]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
Fix --split-max-size (#6655)
authorSigbjørn Skjæret <redacted>
Sun, 14 Apr 2024 11:12:59 +0000 (13:12 +0200)
committerGitHub <redacted>
Sun, 14 Apr 2024 11:12:59 +0000 (13:12 +0200)
commit8800226d65d5c98cd34eede6a6c05c78405c52da
treeb90c3b037ec31b8735ee5fcf36ec78c217606358
parente689fc4e912feb19085be6894f475a873759cbfe
Fix --split-max-size (#6655)

* Fix --split-max-size

Byte size calculation was done on int and overflowed.

* add tests.sh

* add examples test scripts to ci run

Will autodiscover examples/*/tests.sh scripts and run them.

* move WORK_PATH to a subdirectory

* clean up before and after test

* explicitly define which scripts to run

* add --split-max-size to readme
ci/run.sh
examples/gguf-split/README.md
examples/gguf-split/gguf-split.cpp
examples/gguf-split/tests.sh [new file with mode: 0644]