table of contents
| 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:¶
- model
- GGUF format model filename
options:¶
- -h, --help
- show this help message and exit
- --no-tensors
- Don't dump tensor metadata
- --json
- Produce JSON output
- --json-array
- Include full array values in JSON output (long)
- --data-offset
- Start of data offset
- --data-alignment
- Data alignment applied globally to data field
- --markdown
- Produce markdown output
- --verbose
- increase output verbosity
| August 2025 | debian |