mirror of
https://github.com/ggerganov/llama.cpp.git
synced 2025-01-13 20:14:29 +00:00
remove unused log
This commit is contained in:
parent
8c5f1b2b6c
commit
95fd910d32
@ -2756,7 +2756,6 @@ class ChatGLMModel(Model):
|
||||
# show special tokens in prompt
|
||||
toktype = SentencePieceTokenTypes.USER_DEFINED
|
||||
else:
|
||||
print(f"unknow token: {piece}")
|
||||
toktype = SentencePieceTokenTypes.UNKNOWN
|
||||
tokens.append(text)
|
||||
scores.append(score)
|
||||
|
Loading…
Reference in New Issue
Block a user