]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
model-conversion : add missing curl script [no ci] (#15761)
authorDaniel Bevenius <redacted>
Wed, 3 Sep 2025 07:48:35 +0000 (09:48 +0200)
committerGitHub <redacted>
Wed, 3 Sep 2025 07:48:35 +0000 (09:48 +0200)
commit8c3fdf44ecf08335942f2ba558955f55e88c7991
treee914ead381a0404a247381803a57ffd1127d8561
parentf6da8cb86a28f0319b40d9d2a957a26a7d875f8c
model-conversion : add missing curl script [no ci] (#15761)

This commit adds a curl script to the model-conversion examples
which is currently missing. This script is required for the running the
embedding server targets to test llama-server embeddings functionality.
examples/model-conversion/scripts/utils/curl-embedding-server.sh [new file with mode: 0755]