We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e8608f commit 3afbe13Copy full SHA for 3afbe13
llama/tokenizer.py
@@ -82,7 +82,7 @@ def __init__(self, model_path: str):
82
mergeable_ranks=mergeable_ranks,
83
special_tokens=self.special_tokens,
84
)
85
- logger.info(f"Reloaded SentencePiece model from {model_path}")
+ logger.info(f"Reloaded tiktoken model from {model_path}")
86
87
# BOS / EOS token IDs
88
self.n_words: int = self.model.n_vocab
0 commit comments