Update gguf-py/scripts/gguf_dump.py
Co-authored-by: compilade <git@compilade.net>
This commit is contained in:
parent
d99a34b245
commit
130d396ec7
1 changed files with 1 additions and 1 deletions
|
@ -266,7 +266,7 @@ def dump_markdown_metadata(reader: GGUFReader, args: argparse.Namespace) -> None
|
|||
else:
|
||||
value += value_string
|
||||
displayed_values += 1
|
||||
if (total_elements - 1) > element_pos:
|
||||
if (total_elements - 1) > element_pos:
|
||||
value += ", "
|
||||
elif curr_type in reader.gguf_scalar_to_np:
|
||||
render_element = min(7, total_elements)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue