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 d3f8548 commit 9658032Copy full SHA for 9658032
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