We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69aa327 commit 008d208Copy full SHA for 008d208
convert_hf_to_gguf.py
@@ -5599,7 +5599,7 @@ def set_vocab(self):
5599
vocab_size = self.hparams["vocab_size"]
5600
prit("====================================")
5601
print(f'self.hparams["vocab_size"] = {vocab_size}')
5602
- print(f'vocab_size = {vocab_size}')
+ print(f'tokenizer.vocab_size = {tokenizer.vocab_size}')
5603
5604
5605
assert tokenizer.vocab_size == vocab_size
0 commit comments