]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
ggml-cpu : remove stdlib include from repack.cpp (ggml/1276)
authorDaniel Bevenius <redacted>
Mon, 21 Jul 2025 13:53:12 +0000 (15:53 +0200)
committerGeorgi Gerganov <redacted>
Thu, 24 Jul 2025 17:27:23 +0000 (20:27 +0300)
commit5592f278b6ec6aa4a1793e89e8c61838a12ebc9d
treefbd92bb51d45c602a42cb750640447154058b600
parente4868d16d24dec55e61bcaadaca28feed8f98b13
ggml-cpu : remove stdlib include from repack.cpp (ggml/1276)

This commit removes the inclusion of `<cstdlib>`.

The motivation for this change is that this source file does not seem to
use any functions from this header and the comment about `qsort` is a
little misleading/confusing.
ggml/src/ggml-cpu/repack.cpp