mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-09 11:24:53 +00:00
docstring
This commit is contained in:
parent
5932ff4aa2
commit
9624d4060f
@ -178,7 +178,7 @@ impl Infer {
|
||||
Err(err)
|
||||
}
|
||||
}
|
||||
/// Add a best_of new request to the queue and return a InferResponse of the sequence with
|
||||
/// Add best_of new requests to the queue and return a InferResponse of the sequence with
|
||||
/// the highest log probability per token
|
||||
#[instrument(skip(self))]
|
||||
pub(crate) async fn generate_best_of(
|
||||
|
Loading…
Reference in New Issue
Block a user