]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
model-conversion : add option to print tensor values (#19692)
authorDaniel Bevenius <redacted>
Tue, 17 Feb 2026 19:43:22 +0000 (20:43 +0100)
committerGitHub <redacted>
Tue, 17 Feb 2026 19:43:22 +0000 (20:43 +0100)
commit2b089c77580d347767f440205103e4da8ec33d89
tree1083277144c2bc27657a47c531db7ef27dbba2ff
parentafa6bfe4f7530c0a6df527a6cd74fa551c36abdf
model-conversion : add option to print tensor values (#19692)

This commit updates the tensor-info.py script to support the option to
print the first N values of a tensor when displaying its information.

The motivation for this is that it can be useful to inspect some actual
values in addition to the shapes of the tensors.
examples/model-conversion/scripts/utils/tensor-info.py