]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
enable CPU HBM (#2603)
authorKunshang Ji <redacted>
Fri, 8 Sep 2023 01:46:56 +0000 (09:46 +0800)
committerGitHub <redacted>
Fri, 8 Sep 2023 01:46:56 +0000 (03:46 +0200)
commit7f412dab9c8801f5d37904f7dce1faf4c2b43b42
treebc1b629e787a261378a7b123b1e7299464ab2c7f
parent6336d834ec7bff3e93e24182c0f609d2f2bdce26
enable CPU HBM (#2603)

* add cpu hbm support

* add memalign 0 byte check

* Update ggml.c

* Update llama.cpp

* ggml : allow ggml_init with 0 size

* retrigger ci

* fix code style

---------

Co-authored-by: Georgi Gerganov <redacted>
CMakeLists.txt
ggml.c
llama.cpp