Lint
This commit is contained in:
parent
13ac55fa18
commit
869f47fff9
4 changed files with 5 additions and 5 deletions
|
@ -71,7 +71,7 @@ def load_metadata(fname):
|
|||
ti_data_count = struct.unpack("<Q", file.read(8))[0]
|
||||
kv_data_count = struct.unpack("<Q", file.read(8))[0]
|
||||
|
||||
if GGUF_VERSION == 1:
|
||||
if GGUF_VERSION == 1:
|
||||
raise Exception('You are using an outdated GGUF, please download a new one.')
|
||||
|
||||
for i in range(kv_data_count):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue