diff options
author | firecoperana <xuqiaowei1124@gmail.com> | 2025-06-12 00:19:26 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-06-12 08:19:26 +0300 |
commit | 7b1a3eece7e33ce197324f44e839dec430162108 (patch) | |
tree | 77762570e9f34119063de54c6c9af09c9e917611 /examples/server/webui/src/utils/app.context.tsx | |
parent | 4fc3cb4a4709e747984f7b8c9097d9b997d949b5 (diff) |
Add top n sigma sampler and other webui fix (#512)
Co-authored-by: firecoperana <firecoperana>
Diffstat (limited to 'examples/server/webui/src/utils/app.context.tsx')
-rw-r--r-- | examples/server/webui/src/utils/app.context.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/server/webui/src/utils/app.context.tsx b/examples/server/webui/src/utils/app.context.tsx index 378e24dd..ce81fccd 100644 --- a/examples/server/webui/src/utils/app.context.tsx +++ b/examples/server/webui/src/utils/app.context.tsx @@ -200,6 +200,7 @@ export const AppContextProvider = ({ typical_p: config.typical_p, xtc_probability: config.xtc_probability, xtc_threshold: config.xtc_threshold, + top_n_sigma: config.top_n_sigma, repeat_last_n: config.repeat_last_n, repeat_penalty: config.repeat_penalty, presence_penalty: config.presence_penalty, |