chore: add some arguments for mindie

This commit is contained in:
jialin
2025-05-08 11:20:25 +08:00
parent 7f198b64f1
commit e05b323489
@@ -85,6 +85,22 @@ const options = [
{
label: '--max-link-num',
value: '--max-link-num'
},
{
label: '--dtype',
value: '--dtype'
},
{
label: '--rope-scaling',
value: '--rope-scaling'
},
{
label: '--rope-theta',
value: '--rope-theta'
},
{
label: '--override-generation-config',
value: '--override-generation-config'
}
];