sampling: do not flood log sampled token

This commit is contained in:
Pierrick HYMBERT 2024-02-25 18:46:50 +01:00
parent 8dcf10028f
commit f09d46e3b9

View file

@ -266,7 +266,7 @@ static llama_token llama_sampling_sample_impl(
// }
//}
LOG("sampled token: %5d: '%s'\n", id, llama_token_to_piece(ctx_main, id).c_str());
//LOG("sampled token: %5d: '%s'\n", id, llama_token_to_piece(ctx_main, id).c_str());
}
}