chore: update backend parameters and logs reading frequency
This commit is contained in:
@@ -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'
|
||||
}
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user