chore: add some arguments for mindie
This commit is contained in:
@@ -85,6 +85,22 @@ const options = [
|
|||||||
{
|
{
|
||||||
label: '--max-link-num',
|
label: '--max-link-num',
|
||||||
value: '--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'
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user