mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-11 04:14:52 +00:00
fix: remove trailing space for clippy
This commit is contained in:
parent
9fdf47f766
commit
47ad7bfbe4
@ -343,7 +343,7 @@ pub(crate) struct ChatRequest {
|
|||||||
pub logit_bias: Option<Vec<f32>>,
|
pub logit_bias: Option<Vec<f32>>,
|
||||||
|
|
||||||
/// Whether to return log probabilities of the output tokens or not. If true, returns the log probabilities of each
|
/// Whether to return log probabilities of the output tokens or not. If true, returns the log probabilities of each
|
||||||
/// output token returned in the content of message.
|
/// output token returned in the content of message.
|
||||||
#[serde(default)]
|
#[serde(default)]
|
||||||
pub logprobs: Option<bool>,
|
pub logprobs: Option<bool>,
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user