chore: update backend parameters and logs reading frequency

This commit is contained in:
jialin
2025-06-30 18:57:13 +08:00
parent 143f6df2c1
commit b2e9cbb44a
4 changed files with 43 additions and 2 deletions
@@ -604,6 +604,10 @@ const options = [
{
label: '--no-enable-reasoning',
value: '--no-enable-reasoning'
},
{
label: '--override-tensor',
value: '--override-tensor'
}
];
@@ -183,6 +183,14 @@ const options = [
{
label: '--moe-tensor-parallel-size',
value: '--moe-tensor-parallel-size'
},
{
label: '--enable-multi-token-prediction',
value: '--enable-multi-token-prediction'
},
{
label: '--multi-token-prediction-tokens',
value: '--multi-token-prediction-tokens'
}
];