mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-06-14 13:22:07 +00:00
Downgrade some logs.
This commit is contained in:
parent
26e5037de4
commit
27b566baa8
@ -337,7 +337,7 @@ impl State {
|
|||||||
break 'entry_loop;
|
break 'entry_loop;
|
||||||
}
|
}
|
||||||
Some(block_allocation) => {
|
Some(block_allocation) => {
|
||||||
tracing::info!("Allocation: {block_allocation:?}");
|
tracing::debug!("Allocation: {block_allocation:?}");
|
||||||
max_blocks = max(max_blocks, block_allocation.blocks.len() as u32);
|
max_blocks = max(max_blocks, block_allocation.blocks.len() as u32);
|
||||||
Some(block_allocation)
|
Some(block_allocation)
|
||||||
}
|
}
|
||||||
|
@ -131,7 +131,7 @@ impl Allocator for RadixAllocator {
|
|||||||
prefill_tokens: prefill_tokens.clone(),
|
prefill_tokens: prefill_tokens.clone(),
|
||||||
};
|
};
|
||||||
|
|
||||||
tracing::info!("Blocks {blocks:?}");
|
tracing::debug!("Blocks {blocks:?}");
|
||||||
|
|
||||||
self.allocation_id += 1;
|
self.allocation_id += 1;
|
||||||
self.allocations.insert(self.allocation_id, allocation);
|
self.allocations.insert(self.allocation_id, allocation);
|
||||||
|
Loading…
Reference in New Issue
Block a user