From d40cacfb5c546127aefcd775b2d1ddfe27e3f334 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Erik=20As=C3=ADs?= <50383201+easis@users.noreply.github.com> Date: Thu, 17 Oct 2024 21:36:51 +0200 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d135a7292..fed835e27 100644 --- a/README.md +++ b/README.md @@ -145,6 +145,8 @@ InferenceParams inferenceParams = new InferenceParams() { MaxTokens = 256, // No more than 256 tokens should appear in answer. Remove it if antiprompt is enough for control. AntiPrompts = new List { "User:" } // Stop generation once antiprompts appear. + + SamplingPipeline = new DefaultSamplingPipeline(), }; Console.ForegroundColor = ConsoleColor.Yellow;