Skip to content

Commit 689a553

Browse files
authored
Update TensorRT-LLM backend (#735)
1 parent 1a9fa20 commit 689a553

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

inflight_batcher_llm/src/model_instance_state.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -623,7 +623,7 @@ executor::ExecutorConfig ModelInstanceState::getExecutorConfigFromParams()
623623

624624
mExecutorLookaheadDecodingConfig
625625
= executor::LookaheadDecodingConfig{windowSize, ngramSize, verificationSetSize};
626-
decodingConfig.setLookaheadDecoding(mExecutorLookaheadDecodingConfig.value());
626+
decodingConfig.setLookaheadDecodingConfig(mExecutorLookaheadDecodingConfig.value());
627627
}
628628
catch (std::exception const& e)
629629
{

tensorrt_llm

Submodule tensorrt_llm updated 536 files

tools/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
fd606a27785406dbde65311f28fc4941e159706d
1+
13c75b7dbd781eba6ac093f9acb2f37baa034561

0 commit comments

Comments
 (0)