mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-06-19 15:52:08 +00:00
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 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
|
||||
|
Loading…
Reference in New Issue
Block a user