"...composable_kernel_onnxruntime.git" did not exist on "0a386c46a9f05b95b8bc5d710ffce664f5fd0d41"
Unverified Commit 467384e9 authored by Anthony Cucci's avatar Anthony Cucci Committed by GitHub
Browse files

Update SettingsModal.svelte

fixed bad ,
parent d1809432
...@@ -762,7 +762,7 @@ ...@@ -762,7 +762,7 @@
repeat_penalty: repeat_penalty !== 1.1 ? repeat_penalty : undefined, repeat_penalty: repeat_penalty !== 1.1 ? repeat_penalty : undefined,
top_k: top_k !== 40 ? top_k : undefined, top_k: top_k !== 40 ? top_k : undefined,
top_p: top_p !== 0.9 ? top_p : undefined, top_p: top_p !== 0.9 ? top_p : undefined,
num_ctx: num_ctx !== 2048 ? num_ctx : undefined, num_ctx: num_ctx !== 2048 ? num_ctx : undefined
}); });
show = false; show = false;
}} }}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment