mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-09 19:34:53 +00:00
Update router/src/queue.rs
This commit is contained in:
parent
8bb7f993b7
commit
9c0c464983
@ -142,7 +142,6 @@ impl State {
|
||||
// Get the next batch
|
||||
fn next_batch(&mut self, min_size: Option<usize>, token_budget: u32) -> Option<NextBatch> {
|
||||
|
||||
println!("{:?}",self.entries);
|
||||
if self.entries.is_empty() {
|
||||
return None;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user