chore: update models locales
This commit is contained in:
@@ -219,10 +219,19 @@ export default {
|
||||
'Ratio of system RAM to GPU VRAM used for KV cache. For example, 2.0 means the cache in RAM can be twice as large as the GPU VRAM.',
|
||||
'models.form.ramSize.tips': `Maximum size of the KV cache stored in system memory (GiB). If set, this value overrides "{content}".`,
|
||||
'models.form.chunkSize.tips': 'Number of tokens per KV cache chunk.',
|
||||
'models.form.flavor.throughput.tips':
|
||||
'models.form.mode': 'Mode',
|
||||
'models.form.algorithm': 'Algorithm',
|
||||
'models.form.draftModel': 'Draft Model',
|
||||
'models.form.numDraftTokens': 'Number of Draft Tokens',
|
||||
'models.form.ngramMinMatchLength': 'N-gram Minimum Match Length',
|
||||
'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.throughput.tips':
|
||||
'optimized for high throughput under high request concurrency.',
|
||||
'models.form.flavor.latency.tips':
|
||||
'models.form.mode.latency.tips':
|
||||
'optimized for low latency under low request concurrency.',
|
||||
'models.form.flavor.reference.tips':
|
||||
'models.form.mode.reference.tips':
|
||||
'the most compatible option with full precision.'
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user