Skip to content

Commit

Permalink
Use preserve_ordering config field for oldest strategy sequence sched…
Browse files Browse the repository at this point in the history
…uler (#241)
  • Loading branch information
rmccorm4 committed Aug 15, 2023
1 parent 007c263 commit 8985364
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/sequence_batch_scheduler.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1809,7 +1809,8 @@ OldestSequenceBatch::OldestSequenceBatch(
model_instance->Model(), model_instance,
triton::common::GetCpuNiceLevel(config),
true /* dynamic_batching_enabled */, config.max_batch_size(),
enforce_equal_shape_tensors_, true /* preserve_ordering */,
enforce_equal_shape_tensors_,
config.sequence_batching().oldest().preserve_ordering(),
false /* response_cache_enable */, preferred_batch_sizes,
config.sequence_batching().oldest().max_queue_delay_microseconds(),
&dynamic_batcher_);
Expand Down

0 comments on commit 8985364

Please sign in to comment.