Skip to content

Commit 9d82e05

Browse files
committed
Just using a different spelling in the example
1 parent ebcf1ee commit 9d82e05

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
@@ -366,13 +366,13 @@ public void AddXTC(float p, float t, int minKeep, uint seed)
366366
/// example:<br />
367367
/// <br />
368368
/// - before:<br />
369-
/// "hel": 0.5<br />
370-
/// "hell": 0.2<br />
371-
/// "hello": 0.1<br />
369+
/// "abc": 0.5<br />
370+
/// "abcd": 0.2<br />
371+
/// "abcde": 0.1<br />
372372
/// "dummy": 0.1<br />
373373
///<br />
374374
/// - after:<br />
375-
/// "hel": 0.8<br />
375+
/// "abc": 0.8<br />
376376
/// "dummy": 0.1<br />
377377
///<br />
378378
/// 3. discard non-EOG tokens with low prob<br />

0 commit comments

Comments
 (0)