Skip to content

Commit

Permalink
Just using a different spelling in the example
Browse files Browse the repository at this point in the history
  • Loading branch information
martindevans committed Oct 26, 2024
1 parent ebcf1ee commit 9d82e05
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions LLama/Native/SafeLLamaSamplerHandle.cs
Original file line number Diff line number Diff line change
Expand Up @@ -366,13 +366,13 @@ public void AddXTC(float p, float t, int minKeep, uint seed)
/// example:<br />
/// <br />
/// - before:<br />
/// "hel": 0.5<br />
/// "hell": 0.2<br />
/// "hello": 0.1<br />
/// "abc": 0.5<br />
/// "abcd": 0.2<br />
/// "abcde": 0.1<br />
/// "dummy": 0.1<br />
///<br />
/// - after:<br />
/// "hel": 0.8<br />
/// "abc": 0.8<br />
/// "dummy": 0.1<br />
///<br />
/// 3. discard non-EOG tokens with low prob<br />
Expand Down

0 comments on commit 9d82e05

Please sign in to comment.