Jatin Kishnani
Ship the prebuilt ggml-hexagon runtime so the 4-bit path needs no build
dcb11d1
Raw
History Blame Contribute Delete
1.8 kB
The binaries in this directory are builds of llama.cpp (upstream commit 0ef6e55),
redistributed under the MIT license reproduced below.
Source: https://github.com/ggml-org/llama.cpp
Note on the Hexagon DSP libraries: lib/libggml-htp-v79.so and lib/libggml-htp-v81.so
are compiled for the Hexagon DSP with the Qualcomm Hexagon SDK toolchain
(Hexagon SDK 6.6 / HEXAGON_Tools 19.0.07) and statically include that toolchain's
C runtime startup objects (initS.o / finiS.o). Those portions are governed by the
Qualcomm Hexagon SDK license, not by the MIT license below. They require no
Qualcomm libraries at runtime: their qurt_*, compute_resource_* and dspqueue_*
symbols resolve on-device against the vendor DSP image.
---
MIT License
Copyright (c) 2023-2026 The ggml authors
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.