From 9d82e05391de54417b42eec09c89a8115e50de4c Mon Sep 17 00:00:00 2001 From: Martin Evans Date: Sat, 26 Oct 2024 01:42:02 +0100 Subject: [PATCH] Just using a different spelling in the example --- LLama/Native/SafeLLamaSamplerHandle.cs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/LLama/Native/SafeLLamaSamplerHandle.cs b/LLama/Native/SafeLLamaSamplerHandle.cs index 5966bbfd..60c949cd 100644 --- a/LLama/Native/SafeLLamaSamplerHandle.cs +++ b/LLama/Native/SafeLLamaSamplerHandle.cs @@ -366,13 +366,13 @@ public void AddXTC(float p, float t, int minKeep, uint seed) /// example:
///
/// - before:
- /// "hel": 0.5
- /// "hell": 0.2
- /// "hello": 0.1
+ /// "abc": 0.5
+ /// "abcd": 0.2
+ /// "abcde": 0.1
/// "dummy": 0.1
///
/// - after:
- /// "hel": 0.8
+ /// "abc": 0.8
/// "dummy": 0.1
///
/// 3. discard non-EOG tokens with low prob