From 0d48a43df03157e342f2d97f1d57cd1d7144ddc3 Mon Sep 17 00:00:00 2001 From: Nicolas Patry Date: Thu, 11 Jan 2024 17:58:18 +0100 Subject: [PATCH] Fmt. --- router/src/infer.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/router/src/infer.rs b/router/src/infer.rs index 5085249b..b4094c1b 100644 --- a/router/src/infer.rs +++ b/router/src/infer.rs @@ -643,9 +643,9 @@ pub(crate) enum InferStreamResponse { #[derive(Debug)] pub(crate) struct InferResponse { - /// input_length is the input as perceived by the rust tokenizer in the - /// validation pathway. It is redundant with prefill.len() but prefill - /// has data only if the user asked for it. This will always be filled. + /// input_length is the input as perceived by the rust tokenizer in the + /// validation pathway. It is redundant with prefill.len() but prefill + /// has data only if the user asked for it. This will always be filled. pub(crate) _input_length: u32, pub(crate) prefill: Vec, pub(crate) tokens: Vec,