mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-12 04:44:52 +00:00
Remove 1 log and put back the other.
This commit is contained in:
parent
29d3601457
commit
2881edb3d7
@ -366,7 +366,7 @@ impl State {
|
||||
break;
|
||||
}
|
||||
Some(block_allocation) => {
|
||||
// tracing::debug!("Allocation: {block_allocation:?}");
|
||||
tracing::debug!("Allocation: {block_allocation:?}");
|
||||
max_blocks = max(max_blocks, block_allocation.blocks.len() as u32);
|
||||
Some(block_allocation)
|
||||
}
|
||||
|
@ -123,8 +123,6 @@ impl Allocator for RadixAllocator {
|
||||
prefill_tokens: prefill_tokens.clone(),
|
||||
};
|
||||
|
||||
// tracing::debug!("Blocks {blocks:?}");
|
||||
|
||||
self.allocation_id += 1;
|
||||
self.allocations.insert(self.allocation_id, allocation);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user