mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-05-09 19:46:11 +00:00
BOS fix for gemma4
This commit is contained in:
parent
2e4f94822e
commit
eb3422996a
4 changed files with 20 additions and 117 deletions
|
|
@ -1283,7 +1283,7 @@ def get_current_admindir_list():
|
|||
|
||||
|
||||
def dump_gguf_metadata(file_path): #if you're gonna copy this into your own project at least credit concedo
|
||||
chunk_size = 1024*1024*12 # read first 12mb of file
|
||||
chunk_size = 1024*1024*20 # read first 20mb of file
|
||||
try:
|
||||
data = None
|
||||
fptr = 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue