Third-Party Notices

This project may distribute third-party components as part of certain wheel builds,
including llama.cpp and optional platform runtimes (see sections below).

---
llama.cpp

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.

---
llama.cpp mtmd image/audio helpers

The multimodal ``mtmd`` library is part of llama.cpp and is distributed under
the MIT license above. Its bundled image/audio decoding uses the following
redistribution-approved components:

* stb_image (Sean Barrett): public domain, https://github.com/nothings/stb
* miniaudio (David Reid): public domain or MIT-0,
  https://github.com/mackron/miniaudio

The exact source revisions are pinned by the llama.cpp commit recorded in the
generated CFFI bindings.

---
NVIDIA CUDA runtime libraries

Certain wheels may bundle NVIDIA CUDA user-mode runtime libraries (for example,
libraries such as cudart or cuBLAS that are required to load CUDA-enabled
binaries). Use of those NVIDIA components is subject to the NVIDIA Software
License Agreement for the CUDA Toolkit:

https://docs.nvidia.com/cuda/eula/index.html

---
Microsoft Visual C++ runtime

Certain Windows wheels may bundle Microsoft Visual C++ runtime DLLs (for example,
vcruntime140.dll, msvcp140.dll, concrt140.dll, or OpenMP-related DLLs). Those
Microsoft redistributables are provided under the Microsoft Visual C++
Redistributable licensing terms:

https://learn.microsoft.com/en-us/visualstudio/releases/2022/redistribution

---
Vulkan loader

Certain Windows wheels may bundle the Vulkan loader (vulkan-1.dll). The Vulkan
Loader is provided by The Khronos Group Inc. and contributors under the Apache
License, Version 2.0. Full license text:

https://www.apache.org/licenses/LICENSE-2.0

Upstream source repository:

https://github.com/KhronosGroup/Vulkan-Loader
