llama.cpp/examples/model-conversion/scripts/utils
Daniel Bevenius 72b44c0d21
model-conversion : merge inspect-org-model.py with tensor-info.py (#19823)
This commit replaces/merges the inspect-org-model.py script with the
contents tensor-info.py script. The merged script has also been updated
to also print tensor sizes which was the only thing that was not done
before (by tensor-info.py that is).

The motivation for this is that tensor-info.py does not load the tensor
weights which can be time consuming for larger models. And also now that
both are doing almost the same thing it makes sense to just have one and
not two scripts to maintain.
2026-02-23 14:15:16 +01:00
..
__init__.py model-conversion : use CONVERTED_MODEL value for converted model [no ci] (#17984) 2025-12-13 08:34:26 +01:00
check-nmse.py model-conversion : use CONVERTED_MODEL value for converted model [no ci] (#17984) 2025-12-13 08:34:26 +01:00
common.py model-conversion : add warn about transformers mismatch (#18691) 2026-01-08 09:29:53 +01:00
compare_tokens.py examples : add debug utility/example (#18464) 2026-01-07 10:42:19 +01:00
create-collection-add-model.sh model-conversion : remove hardcoded /bin/bash shebangs [no ci] (#15765) 2025-09-03 12:50:47 +02:00
curl-embedding-server.sh model-conversion : remove hardcoded /bin/bash shebangs [no ci] (#15765) 2025-09-03 12:50:47 +02:00
hf-add-model-to-collection.py
hf-create-collection.py
hf-create-model.py model-conversion : add model card template for embeddings [no ci] (#15557) 2025-08-25 14:25:25 +02:00
hf-upload-gguf-model.py
inspect-converted-model.sh model-conversion : remove hardcoded /bin/bash shebangs [no ci] (#15765) 2025-09-03 12:50:47 +02:00
inspect-org-model.py model-conversion : merge inspect-org-model.py with tensor-info.py (#19823) 2026-02-23 14:15:16 +01:00
perplexity-gen.sh model-conversion : use BUILD_DIR variable in all scripts (#19015) 2026-01-23 09:01:36 +01:00
perplexity-run-simple.sh model-conversion : use BUILD_DIR variable in all scripts (#19015) 2026-01-23 09:01:36 +01:00
perplexity-run.sh model-conversion : use BUILD_DIR variable in all scripts (#19015) 2026-01-23 09:01:36 +01:00
quantize.sh model-conversion : use BUILD_DIR variable in all scripts (#19015) 2026-01-23 09:01:36 +01:00
run-embedding-server.sh model-conversion : use BUILD_DIR variable in all scripts (#19015) 2026-01-23 09:01:36 +01:00
semantic_check.py model-conversion : add warn about transformers mismatch (#18691) 2026-01-08 09:29:53 +01:00