mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2025-09-10 09:04:36 +00:00
fix qwen3, fixed sd, fixed glm4
This commit is contained in:
parent
4d8a7a6594
commit
c2802af9e8
7 changed files with 99 additions and 24 deletions
|
@ -860,7 +860,7 @@ def dump_gguf_metadata(file_path): #if you're gonna copy this into your own proj
|
|||
if dt_translated=="arr":
|
||||
print(f"{dt_translated}: {curr_key} = [{len(curr_val)}]")
|
||||
elif dt_translated=="str":
|
||||
print(f"{dt_translated}: {curr_key} = {curr_val[:100]}")
|
||||
print(f"{dt_translated}: {curr_key} = {curr_val[:256]}")
|
||||
else:
|
||||
print(f"{dt_translated}: {curr_key} = {curr_val}")
|
||||
print("\n*** GGUF TENSOR INFO ***")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue