Skip to content

Commit

Permalink
AppendTokenSequences
Browse files Browse the repository at this point in the history
  • Loading branch information
skyline75489 committed Dec 16, 2024
1 parent 041971e commit 2bd9bc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/csharp/HelloPhi/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ void PrintUsage()
if (option == 1) // Complete Output
{
using var generator = new Generator(model, generatorParams);
generator.AppendTokens(sequences);
generator.AppendTokenSequences(sequences);
var watch = System.Diagnostics.Stopwatch.StartNew();
while (!generator.IsDone())
{
Expand Down

0 comments on commit 2bd9bc6

Please sign in to comment.