Skip to content

Commit 761f4d9

Browse files
committed
remove extra line
1 parent 1320897 commit 761f4d9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

common/common.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1748,7 +1748,6 @@ std::string common_token_to_piece(const struct llama_vocab * vocab, llama_token
17481748
return piece;
17491749
}
17501750

1751-
17521751
std::string common_detokenize(const struct llama_context * ctx, const std::vector<llama_token> & tokens, bool special) {
17531752
const llama_model * model = llama_get_model(ctx);
17541753
const llama_vocab * vocab = llama_model_get_vocab(model);

0 commit comments

Comments
 (0)