Skip to content

Commit b2fce25

Browse files
committed
opt : remove print [no ci]
1 parent ebf093a commit b2fce25

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/llama-context.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1956,8 +1956,6 @@ void llama_context::opt_epoch_iter(
19561956

19571957
n_outputs = ubatch.n_tokens;
19581958

1959-
printf("ubatch.n_tokens = %d\n", ubatch.n_tokens);
1960-
19611959
// TODO: not sure if this is needed
19621960
if (!kv_self->find_slot(ubatch)) {
19631961
LLAMA_LOG_WARN("%s: failed to find KV cache slot for ubatch of size %d\n", __func__, ubatch.n_tokens);

0 commit comments

Comments
 (0)