Merge pull request #124 from unslothai/feature/bug-fixes
feat: support disabling top-k sampling with -1 and standardize normalization
This commit is contained in:
commit
16f79a73de
3 changed files with 9 additions and 3 deletions
|
|
@ -295,7 +295,7 @@ export function ChatSettingsPanel({
|
|||
<ParamSlider
|
||||
label="Top K"
|
||||
value={params.topK}
|
||||
min={0}
|
||||
min={-1}
|
||||
max={100}
|
||||
step={1}
|
||||
onChange={set("topK")}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue