Skip to content

Commit 9658032

Browse files
committed
Removed softmax use in Examples/CustomSampler.cs
1 parent d3f8548 commit 9658032

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

LLama.Examples/Examples/CustomSampler.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ protected override SafeLLamaSamplerChainHandle CreateChain(SafeLLamaContextHandl
6060
chain.AddCustom(new RemoveMostLikelyToken());
6161

6262
// Select from the distribution
63-
chain.AddSoftmax();
6463
chain.AddDistributionSampler(42);
6564

6665
return chain;

0 commit comments

Comments
 (0)