mirror of
https://github.com/ggerganov/llama.cpp.git
synced 2025-01-15 06:40:45 +01: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
|
# show special tokens in prompt
|
||||||
toktype = SentencePieceTokenTypes.USER_DEFINED
|
toktype = SentencePieceTokenTypes.USER_DEFINED
|
||||||
else:
|
else:
|
||||||
print(f"unknow token: {piece}")
|
|
||||||
toktype = SentencePieceTokenTypes.UNKNOWN
|
toktype = SentencePieceTokenTypes.UNKNOWN
|
||||||
tokens.append(text)
|
tokens.append(text)
|
||||||
scores.append(score)
|
scores.append(score)
|
||||||
|
Loading…
Reference in New Issue
Block a user