update invalid doc in cpp file

This commit is contained in:
Morgan Funtowicz 2024-07-17 22:23:22 +00:00
parent 69674a3a2d
commit bcb96feea6
1 changed files with 0 additions and 2 deletions

View File

@ -43,7 +43,6 @@ namespace huggingface::tgi::backends {
* @param topP * @param topP
* @param temperature * @param temperature
* @param seed * @param seed
* @param beamWidth
* @return * @return
*/ */
tle::SamplingConfig GetSamplingConfig( tle::SamplingConfig GetSamplingConfig(
@ -82,7 +81,6 @@ namespace huggingface::tgi::backends {
/** /**
* Submit a new generation task to the executor * Submit a new generation task to the executor
* @param tokens * @param tokens
* @param maxNewTokens
* @param topK * @param topK
* @param topP * @param topP
* @param temperature * @param temperature