Skip to content

Commit

Permalink
remove unused log
Browse files Browse the repository at this point in the history
  • Loading branch information
youth123 committed Jun 20, 2024
1 parent 8c5f1b2 commit 95fd910
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion convert-hf-to-gguf.py
Original file line number Diff line number Diff line change
Expand Up @@ -2756,7 +2756,6 @@ def set_vocab_chatglm3(self):
# show special tokens in prompt
toktype = SentencePieceTokenTypes.USER_DEFINED
else:
print(f"unknow token: {piece}")
toktype = SentencePieceTokenTypes.UNKNOWN
tokens.append(text)
scores.append(score)
Expand Down

0 comments on commit 95fd910

Please sign in to comment.