mirror of
https://github.com/ggml-org/llama.cpp.git
synced 2026-09-20 09:38:43 +02:00
remove unused log
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user