convert-*.py: remove reference to uuid generation
This commit is contained in:
parent
8156835d4a
commit
ccff6c7fb2
1 changed files with 0 additions and 4 deletions
|
@ -403,10 +403,6 @@ class Model:
|
|||
if len(self.gguf_writer.tensors) != 1:
|
||||
raise ValueError('Splitting the vocabulary is not supported')
|
||||
|
||||
if self.metadata.uuid is None:
|
||||
# Required tensor data least for uuid generation if in vocab_only mode
|
||||
self.prepare_tensors()
|
||||
|
||||
self.prepare_key_value_store()
|
||||
self.gguf_writer.write_header_to_file()
|
||||
self.gguf_writer.write_kv_data_to_file()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue