"vscode:/vscode.git/clone" did not exist on "2ccee3def6d8532afaf6fcd351b228ec1dfd6013"
Commit 3f5e3627 authored by Sam McLeod's avatar Sam McLeod
Browse files

feat: add num_keep, num_batch

parent 162643a4
...@@ -92,6 +92,8 @@ type Settings = { ...@@ -92,6 +92,8 @@ type Settings = {
top_k?: string; top_k?: string;
top_p?: string; top_p?: string;
num_ctx?: string; num_ctx?: string;
num_batch?: string;
num_keep?: string;
options?: ModelOptions; options?: ModelOptions;
}; };
......
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