Skip to content

Commit 5f7e9ea

Browse files
committed
fix
Signed-off-by: QI JUN <22017000+QiJune@users.noreply.github.com>
1 parent 60ca761 commit 5f7e9ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/tensorrt_llm/batch_manager/llmRequest.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ std::optional<executor::Response> LlmRequest::createResponse(bool useFastLogits,
4848
}
4949

5050
/// Note that there is some dependency on the order of operations in this method. Modify with care!
51-
executor::Result createResult(bool useFastLogits = false, int32_t mpiWorldRank = 0)
51+
executor::Result LlmRequest::createResult(bool useFastLogits = false, int32_t mpiWorldRank = 0)
5252
{
5353
TLLM_CHECK(!isDisaggContextCompleteState());
5454
if (!(isFinished() || (mIsStreaming && mState == LlmRequestState::kGENERATION_IN_PROGRESS)))

0 commit comments

Comments
 (0)