"...worker/git@developer.sourcefind.cn:xdb4_94051/vllm.git" did not exist on "bb59a3e7302ad6892e097eee4040e3f516e9f4ea"
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