Scroll to navigation

GGUF-DUMP(1) User Commands GGUF-DUMP(1)

NAME

gguf-dump - gguf-dump

DESCRIPTION

usage: gguf-dump [-h] [--no-tensors] [--json] [--json-array] [--data-offset]

[--data-alignment] [--markdown] [--verbose] model

Dump GGUF file metadata

positional arguments:

GGUF format model filename

options:

show this help message and exit
Don't dump tensor metadata
Produce JSON output
Include full array values in JSON output (long)
Start of data offset
Data alignment applied globally to data field
Produce markdown output
increase output verbosity
August 2025 debian