Skip to content

Commit 2f16ea6

Browse files
vinkal-chudgarCISC
andauthored
Update tools/main/main.cpp
Co-authored-by: Sigbjørn Skjæret <[email protected]>
1 parent bcf14fd commit 2f16ea6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/main/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -706,7 +706,7 @@ int main(int argc, char ** argv) {
706706
// LOG_DBG("last: %s\n", string_from(ctx, smpl->prev.to_vector()).c_str());
707707

708708
embd.push_back(id);
709-
709+
710710
if (params.conversation_mode && !waiting_for_first_input && !llama_vocab_is_eog(vocab, id)) {
711711
assistant_ss << common_token_to_piece(ctx, id, false);
712712
}

0 commit comments

Comments
 (0)