]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
model-conversion : add BUILD_DIR variable to run-converted-model scripts (#18927)
authorDaniel Bevenius <redacted>
Mon, 19 Jan 2026 12:12:38 +0000 (13:12 +0100)
committerGitHub <redacted>
Mon, 19 Jan 2026 12:12:38 +0000 (13:12 +0100)
commit3d55846a5c626e2e608db8c24fa9ee6defaacca9
tree5f270b3ea2990eb6743b258e580d22e53d737b8f
parent287a33017b32600bfc0e81feeb0ad6e81e0dd484
model-conversion : add BUILD_DIR variable to run-converted-model scripts (#18927)

This commit adds a BUILD_DIR variable to the scripts used for running
converted models.

The motivation for this is that currently the `build` directory is
hardcoded and it can be useful to specify a different build directory,
with builds for different configurations.
examples/model-conversion/scripts/causal/run-converted-model-embeddings-logits.sh
examples/model-conversion/scripts/causal/run-converted-model.sh
examples/model-conversion/scripts/embedding/run-converted-model.sh