Skip to content

Commit 29390d3

Browse files
committed
Just using a different spelling in the example
1 parent 25a0676 commit 29390d3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

LLama/Native/SafeLLamaSamplerHandle.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -384,13 +384,13 @@ public void AddXTC(float p, float t, int minKeep, uint seed)
384384
/// example:<br />
385385
/// <br />
386386
/// - before:<br />
387-
/// "hel": 0.5<br />
388-
/// "hell": 0.2<br />
389-
/// "hello": 0.1<br />
387+
/// "abc": 0.5<br />
388+
/// "abcd": 0.2<br />
389+
/// "abcde": 0.1<br />
390390
/// "dummy": 0.1<br />
391391
///<br />
392392
/// - after:<br />
393-
/// "hel": 0.8<br />
393+
/// "abc": 0.8<br />
394394
/// "dummy": 0.1<br />
395395
///<br />
396396
/// 3. discard non-EOG tokens with low prob<br />

0 commit comments

Comments
 (0)