chore: update reference to baseline

This commit is contained in:
jialin
2025-11-03 10:14:30 +08:00
parent c5166f07f1
commit ab9f9a9679
6 changed files with 16 additions and 19 deletions
+4 -4
View File
@@ -227,12 +227,12 @@ export default {
'models.form.ngramMaxMatchLength': 'N-gram Maximum Match Length',
'models.form.mode.throughput': 'Throughput',
'models.form.mode.latency': 'Latency',
'models.form.mode.reference': 'Reference',
'models.form.mode.baseline': 'Baseline',
'models.form.mode.throughput.tips':
'optimized for high throughput under high request concurrency.',
'models.form.mode.latency.tips':
'optimized for low latency under low request concurrency.',
'models.form.mode.reference.tips':
'models.form.mode.baseline.tips':
'the most compatible option with full precision.'
};
@@ -257,8 +257,8 @@ export default {
// 30. 'models.form.ngramMaxMatchLength': 'N-gram Maximum Match Length',
// 31. 'models.form.mode.throughput': 'Throughput',
// 32. 'models.form.mode.latency': 'Latency',
// 33. 'models.form.mode.reference': 'Reference',
// 33. 'models.form.mode.baseline': 'Baseline',
// 34. 'models.form.mode.throughput.tips': 'optimized for high throughput under high request concurrency.',
// 35. 'models.form.mode.latency.tips': 'optimized for low latency under low request concurrency.',
// 36. 'models.form.mode.reference.tips': 'the most compatible option with full precision.'
// 36. 'models.form.mode.baseline.tips': 'the most compatible option with full precision.'
// ========== End of To-Do List ==========