]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
llama : use aligned memory during ggml_init call from loading saved sessions (#1934)
authorl3utterfly <redacted>
Mon, 19 Jun 2023 15:20:06 +0000 (23:20 +0800)
committerGitHub <redacted>
Mon, 19 Jun 2023 15:20:06 +0000 (18:20 +0300)
commitba4e85a8339b9dd7cdffad31838235f2fe45a8ea
treed105a75e8a55e6632f5105170b3344b3fcc97310
parent23fc5c219a9aebd57c8af3fac454062cc4622980
llama : use aligned memory during ggml_init call from loading saved sessions (#1934)

* fixed issue: memory is not guaranteed to be aligned properly during ggml_init call from loading saved sessions

* - removed commented out old code from fix
- updated another instance of same issue below original
llama.cpp