]> git.djapps.eu Git - pkg/ggml/sources/ggml/commit
cmake: add ggml find package (llama/11369)
authorbandoti <redacted>
Sun, 26 Jan 2025 16:07:48 +0000 (12:07 -0400)
committerGeorgi Gerganov <redacted>
Wed, 29 Jan 2025 10:57:00 +0000 (12:57 +0200)
commit5b3b3865d7ba48e57b6c8c21ee8c08603ded7f33
treeb89b922e6c96885ce8f3be4fab255a0aa151c608
parentc34151c525c1cbea4e9d6ff1f78abff829eee334
cmake: add ggml find package (llama/11369)

* Add initial ggml cmake package

* Add build numbers to ggml find-package

* Expand variables with GGML_ prefix

* Guard against adding to cache variable twice

* Add git to msys2 workflow

* Handle ggml-cpu-* variants

* Link ggml/ggml-base libraries to their targets

* Replace main-cmake-pkg with simple-cmake-pkg

* Interface features require c_std_90

* Fix typo

* Removed unnecessary bracket from status message

* Update examples/simple-cmake-pkg/README.md

Co-authored-by: Georgi Gerganov <redacted>
* Update examples/simple-cmake-pkg/README.md

Co-authored-by: Georgi Gerganov <redacted>
---------

Co-authored-by: Georgi Gerganov <redacted>
CMakeLists.txt
src/CMakeLists.txt