mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-12 04:44:52 +00:00
Fmt.
This commit is contained in:
parent
0c00b9495d
commit
b4126793a5
@ -25,7 +25,6 @@ pub struct RadixAllocator {
|
||||
|
||||
impl RadixAllocator {
|
||||
pub fn new(block_size: u32, n_blocks: u32, window_size: Option<u32>) -> Self {
|
||||
|
||||
RadixAllocator {
|
||||
allocation_id: 0,
|
||||
allocations: HashMap::new(),
|
||||
|
Loading…
Reference in New Issue
Block a user