mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-09 19:34:53 +00:00
docstring
This commit is contained in:
parent
5932ff4aa2
commit
9624d4060f
@ -178,7 +178,7 @@ impl Infer {
|
|||||||
Err(err)
|
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
|
/// the highest log probability per token
|
||||||
#[instrument(skip(self))]
|
#[instrument(skip(self))]
|
||||||
pub(crate) async fn generate_best_of(
|
pub(crate) async fn generate_best_of(
|
||||||
|
Loading…
Reference in New Issue
Block a user