]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
sync : vendor (#13901)
authorGeorgi Gerganov <redacted>
Fri, 30 May 2025 13:25:45 +0000 (16:25 +0300)
committerGitHub <redacted>
Fri, 30 May 2025 13:25:45 +0000 (16:25 +0300)
commit53f925074de02c5304b00c14b4d6d8910c58667d
treeb5d84a8495e083956b528f0cf8f5833c9bea6630
parentdb38704f0133be7832123495fa8fc2601ea999d4
sync : vendor (#13901)

* sync : vendor

ggml-ci

* cont : fix httplib version

ggml-ci

* cont : fix lint

* cont : fix lint

* vendor : move to common folder /vendor

ggml-ci

* cont : fix lint

* cont : move httplib to /vendor + use json_fwd.hpp

ggml-ci

* cont : fix server build

ggml-ci

* cont : add missing headers

ggml-ci

* cont : header clean-up

ggml-ci
33 files changed:
.editorconfig
common/CMakeLists.txt
common/arg.cpp
common/chat-parser.h
common/chat.cpp
common/json-partial.cpp
common/json-partial.h
common/json-schema-to-grammar.cpp
common/json-schema-to-grammar.h
common/json.hpp [deleted file]
common/minja/chat-template.hpp [deleted file]
common/minja/minja.hpp [deleted file]
scripts/sync_vendor.py [new file with mode: 0755]
tests/test-chat.cpp
tests/test-grammar-integration.cpp
tests/test-json-schema-to-grammar.cpp
tools/mtmd/CMakeLists.txt
tools/mtmd/mtmd-helper.cpp
tools/mtmd/vendor/miniaudio.h [deleted file]
tools/mtmd/vendor/stb_image.h [deleted file]
tools/run/run.cpp
tools/server/CMakeLists.txt
tools/server/httplib.h [deleted file]
tools/server/server.cpp
tools/server/utils.hpp
tools/tts/tts.cpp
vendor/cpp-httplib/httplib.h [new file with mode: 0644]
vendor/miniaudio/miniaudio.h [new file with mode: 0644]
vendor/minja/chat-template.hpp [new file with mode: 0644]
vendor/minja/minja.hpp [new file with mode: 0644]
vendor/nlohmann/json.hpp [new file with mode: 0644]
vendor/nlohmann/json_fwd.hpp [new file with mode: 0644]
vendor/stb/stb_image.h [new file with mode: 0644]