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
67356dc9a2
commit
8bb7f993b7
@ -142,7 +142,6 @@ impl State {
|
|||||||
// Get the next batch
|
// Get the next batch
|
||||||
fn next_batch(&mut self, min_size: Option<usize>, token_budget: u32) -> Option<NextBatch> {
|
fn next_batch(&mut self, min_size: Option<usize>, token_budget: u32) -> Option<NextBatch> {
|
||||||
|
|
||||||
println!("Next batch {min_size:?} {token_budget:?}");
|
|
||||||
println!("{:?}",self.entries);
|
println!("{:?}",self.entries);
|
||||||
if self.entries.is_empty() {
|
if self.entries.is_empty() {
|
||||||
return None;
|
return None;
|
||||||
|
Loading…
Reference in New Issue
Block a user