From bcb96feea6da2a288d54015ead6ad1897ea1bf10 Mon Sep 17 00:00:00 2001 From: Morgan Funtowicz Date: Wed, 17 Jul 2024 22:23:22 +0000 Subject: [PATCH] update invalid doc in cpp file --- backends/trtllm/include/backend.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/backends/trtllm/include/backend.h b/backends/trtllm/include/backend.h index e8f00a38..935ab539 100644 --- a/backends/trtllm/include/backend.h +++ b/backends/trtllm/include/backend.h @@ -43,7 +43,6 @@ namespace huggingface::tgi::backends { * @param topP * @param temperature * @param seed - * @param beamWidth * @return */ tle::SamplingConfig GetSamplingConfig( @@ -82,7 +81,6 @@ namespace huggingface::tgi::backends { /** * Submit a new generation task to the executor * @param tokens - * @param maxNewTokens * @param topK * @param topP * @param temperature