]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
readme : add list of dependencies and their license (#13591)
authorXuan-Son Nguyen <redacted>
Fri, 16 May 2025 18:04:18 +0000 (20:04 +0200)
committerGitHub <redacted>
Fri, 16 May 2025 18:04:18 +0000 (20:04 +0200)
README.md

index 0401723ffcf878f6cddd7cc6b538b519bdd3f59f..5472f7abdeb21d997c8db82c746281367586a624 100644 (file)
--- a/README.md
+++ b/README.md
@@ -572,4 +572,11 @@ automatically. For example:
 $ echo "source ~/.llama-completion.bash" >> ~/.bashrc
 ```
 
-## References
+## Dependencies
+
+- [yhirose/cpp-httplib](https://github.com/yhirose/cpp-httplib) - Single-header HTTP server, used by `llama-server` - MIT license
+- [stb-image](https://github.com/nothings/stb) - Single-header image format decoder, used by multimodal subsystem - Public domain
+- [nlohmann/json](https://github.com/nlohmann/json) - Single-header JSON library, used by various tools/examples - MIT License
+- [minja](https://github.com/google/minja) - Minimal Jinja parser in C++, used by various tools/examples - MIT License
+- [linenoise.cpp](./tools/run/linenoise.cpp/linenoise.cpp) - C++ library that provides readline-like line editing capabilities, used by `llama-run` - BSD 2-Clause License
+- [curl](https://curl.se/) - Client-side URL transfer library, used by various tools/examples - [CURL License](https://curl.se/docs/copyright.html)