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