Skip to content

Commit 428a074

Browse files
committed
cleanup some debug
1 parent 9fbbd9e commit 428a074

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gpttype_adapter.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3832,8 +3832,8 @@ generation_outputs gpttype_generate(const generation_inputs inputs)
38323832
std::string outstr = "";
38333833
// printf("\n[Debug: Dump Forwarded Input Tokens]\n");
38343834
// outstr += get_tok_vec_str(embd_inp);
3835-
outstr += "\n\n[Debug: n_past="+std::to_string(n_past)+" Context Size = " + std::to_string(current_context_tokens.size()) + "]\n";
3836-
outstr += get_tok_vec_str(current_context_tokens);
3835+
outstr += "[Debug: n_past="+std::to_string(n_past)+" Context Size = " + std::to_string(current_context_tokens.size()) + "]";
3836+
//outstr += get_tok_vec_str(current_context_tokens);
38373837
printf("%s\n\n", RemoveBell(outstr).c_str());
38383838
}
38393839

0 commit comments

Comments
 (0)