Add ooba convertion

This commit is contained in:
kwaroran
2024-09-09 18:17:26 +09:00
parent 30357a8002
commit 611f3e4b94
3 changed files with 73 additions and 17 deletions

View File

@@ -1081,7 +1081,7 @@ interface AINsettings{
top_k:number
}
interface OobaSettings{
export interface OobaSettings{
max_new_tokens: number,
do_sample: boolean,
temperature: number,