remove unused log

This commit is contained in:
toyer 2024-06-20 08:20:12 +00:00
parent 8c5f1b2b6c
commit 95fd910d32

View File

@ -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)