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 = {
top_k?: string;
top_p?: string;
num_ctx?: string;
num_batch?: string;
num_keep?: string;
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