Skip to content

Commit ad9f307

Browse files
committed
Add description to converted GGUF files
1 parent 90bb2da commit ad9f307

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

convert-llama-ggmlv3-to-gguf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,7 @@ def add_params(self, gguf_writer):
164164
hp = self.model.hyperparameters
165165
cfg = self.cfg
166166
print('* Adding model parameters and KV items')
167+
gguf_writer.add_description('converted from legacy GGJTv3 format')
167168
gguf_writer.add_context_length(cfg.context_length)
168169
gguf_writer.add_embedding_length(hp.n_embd)
169170
gguf_writer.add_block_count(hp.n_layer)

0 commit comments

Comments
 (0)