update invalid doc in cpp file
This commit is contained in:
parent
69674a3a2d
commit
bcb96feea6
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue