From b4b6322ede3202030760088e51b8dd65a66d6f81 Mon Sep 17 00:00:00 2001 From: Nicolas Patry Date: Fri, 25 Oct 2024 07:10:34 +0200 Subject: [PATCH] Lint. --- backends/trtllm/lib/backend.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backends/trtllm/lib/backend.cpp b/backends/trtllm/lib/backend.cpp index 72a75e2a..f369e1b7 100644 --- a/backends/trtllm/lib/backend.cpp +++ b/backends/trtllm/lib/backend.cpp @@ -147,4 +147,4 @@ tle::IdType huggingface::tgi::backends::TensorRtLlmBackend::Submit( std::vector huggingface::tgi::backends::TensorRtLlmBackend::PullNewTokens() { return executor.awaitResponses(); -} \ No newline at end of file +}