]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
gguf : add option to not check tensor data (#6582)
authorDaniel Bevenius <redacted>
Wed, 10 Apr 2024 18:16:48 +0000 (20:16 +0200)
committerGitHub <redacted>
Wed, 10 Apr 2024 18:16:48 +0000 (21:16 +0300)
commit8228b66dbc16290c5cbd70e80ab47c068e2569d8
tree47b85d2785f3c98543d9fbb459ee732e932f4312
parentb3a96f27f065a828f08c5d89ff60aab5361188fe
gguf : add option to not check tensor data (#6582)

This commit adds an option to the gguf example to not check the tensor
data.

The motivation for this is that it can be nice to use the gguf tool to
read other .gguf files that were not created by the gguf tool.

Signed-off-by: Daniel Bevenius <redacted>
examples/gguf/gguf.cpp