We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcf14fd commit 2f16ea6Copy full SHA for 2f16ea6
tools/main/main.cpp
@@ -706,7 +706,7 @@ int main(int argc, char ** argv) {
706
// LOG_DBG("last: %s\n", string_from(ctx, smpl->prev.to_vector()).c_str());
707
708
embd.push_back(id);
709
-
+
710
if (params.conversation_mode && !waiting_for_first_input && !llama_vocab_is_eog(vocab, id)) {
711
assistant_ss << common_token_to_piece(ctx, id, false);
712
}
0 commit comments