convert-hf : add missing space after comma
This commit is contained in:
parent
59f5a27fc5
commit
3801db12d8
1 changed files with 1 additions and 1 deletions
|
@ -294,7 +294,7 @@ class Model:
|
|||
# n_dims is implicit in the shape
|
||||
logger.info(f"{f'%-{max_name_len}s' % f'{new_name},'} {old_dtype} --> {data_qtype.name}, shape = {shape_str}")
|
||||
|
||||
self.gguf_writer.add_tensor(new_name, data,raw_dtype=data_qtype)
|
||||
self.gguf_writer.add_tensor(new_name, data, raw_dtype=data_qtype)
|
||||
|
||||
def write(self):
|
||||
self.write_tensors()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue