]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
model-conversion : use BUILD_DIR variable in all scripts (#19015)
authorDaniel Bevenius <redacted>
Fri, 23 Jan 2026 08:01:36 +0000 (09:01 +0100)
committerGitHub <redacted>
Fri, 23 Jan 2026 08:01:36 +0000 (09:01 +0100)
commita14b960bc70a0b48405409bbe3e0d6238473a0f8
tree537d15804e0a5f80bd097321d5e433f8c38773ca
parent091a46cb8d43c0e662d04b80a3d11320d25b7d49
model-conversion : use BUILD_DIR variable in all scripts (#19015)

This commit modifies all the utility scripts to use an optional
BUILD_DIR variable/argument to specify the build directory.

The motivation for this is that Commit
3d55846a5c626e2e608db8c24fa9ee6defaacca9 ("model-conversion : add
BUILD_DIR variable to run-converted-model scripts") introduced this
variable to the causal and embeddings scripts, but I missed the scripts
in the utils directory.
examples/model-conversion/scripts/utils/perplexity-gen.sh
examples/model-conversion/scripts/utils/perplexity-run-simple.sh
examples/model-conversion/scripts/utils/perplexity-run.sh
examples/model-conversion/scripts/utils/quantize.sh
examples/model-conversion/scripts/utils/run-embedding-server.sh