From 64a4b887661021071892e1f3062c16c66e884887 Mon Sep 17 00:00:00 2001 From: Nicolas Patry Date: Fri, 31 May 2024 16:06:34 +0000 Subject: [PATCH] Fixing the CLI. --- launcher/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/launcher/src/main.rs b/launcher/src/main.rs index 125d9239..3d8a7ed6 100644 --- a/launcher/src/main.rs +++ b/launcher/src/main.rs @@ -236,7 +236,7 @@ struct Args { max_stop_sequences: usize, /// This is the maximum allowed value for clients to set `top_n_tokens`. - /// `top_n_tokens is used to return information about the the `n` most likely + /// `top_n_tokens` is used to return information about the the `n` most likely /// tokens at each generation step, instead of just the sampled token. This /// information can be used for downstream tasks like for classification or /// ranking.