]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
model-conversion : add --embeddings flag to modelcard.template [no ci] (#15801)
authorDaniel Bevenius <redacted>
Fri, 5 Sep 2025 02:36:23 +0000 (04:36 +0200)
committerGitHub <redacted>
Fri, 5 Sep 2025 02:36:23 +0000 (04:36 +0200)
commit5d6688de08e73acc2532d668380801ed79d704eb
tree79512cd9b924e8fba988fb80a035a1fbeb969f7c
parent4fd1242bef6cb2325b4ff1c1a80f3b54b64508a6
model-conversion : add --embeddings flag to modelcard.template [no ci] (#15801)

This commit updates the modelcard.template file used in the model
conversion scripts for embedding models to include the llama-server
--embeddings flag in the recommended command to run the model.

The motivation for this change was that when using the model-conversion
"tool" to upload the EmbeddingGemma models to Hugging Face this flag was
missing and the embedding endpoint was there for not available when
copy&pasting the command.
examples/model-conversion/scripts/embedding/modelcard.template