Skip to content

Commit 44c1ff0

Browse files
committed
Fixed example project
1 parent 6b10049 commit 44c1ff0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LLama.Examples/Examples/CustomSampler.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ public ICustomSampler Clone()
107107
return new RemoveMostLikelyToken();
108108
}
109109

110-
public void Free()
110+
public void Dispose()
111111
{
112112
}
113113
}

0 commit comments

Comments
 (0)