We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 652c1e1 commit ff75038Copy full SHA for ff75038
LLama.Examples/Examples/CustomSampler.cs
@@ -60,7 +60,6 @@ protected override SafeLLamaSamplerChainHandle CreateChain(SafeLLamaContextHandl
60
chain.AddCustom(new RemoveMostLikelyToken());
61
62
// Select from the distribution
63
- chain.AddSoftmax();
64
chain.AddDistributionSampler(42);
65
66
return chain;
0 commit comments