Removing the logs.

This commit is contained in:
Nicolas Patry 2024-08-14 11:29:40 +02:00
parent 4fff77ebcb
commit 4a38185d78
No known key found for this signature in database
GPG Key ID: 64AF4752B2967863
2 changed files with 1 additions and 3 deletions

View File

@ -89,8 +89,6 @@ impl Allocator for RadixAllocator {
let prefix_len = blocks.len();
let suffix_len = tokens - prefix_len as u32;
tracing::info!("Prefix {prefix_len} - Suffix {suffix_len}");
match self.alloc_or_reclaim(suffix_len as usize) {
Some(suffix_blocks) => blocks.extend(suffix_blocks),
None => {

View File

@ -1743,7 +1743,7 @@ class FlashCausalLM(Model):
left = 0
if n_accepted_ids > 1:
log_master(logger.info, f"Speculated ids {n_accepted_ids - 1}")
log_master(logger.debug, f"Speculated ids {n_accepted_ids - 1}")
current_stopped = False
for j in range(index, index + n_accepted_ids):