feat: add extended_kv_cache

This commit is contained in:
jialin
2025-10-14 20:09:43 +08:00
parent 620c113fae
commit 83403a1a1a
13 changed files with 277 additions and 142 deletions
+6 -1
View File
@@ -172,5 +172,10 @@ export default {
'models.table.users.all': '所有用户',
'models.table.users.selected': '已选用户',
'models.table.nouserFound': '未找到用户',
'models.form.performance': '性能'
'models.form.performance': '性能',
'models.form.gpus.notfound': '未找到 GPU',
'models.form.extendedkvcache': '启用扩展 KV 缓存',
'models.form.chunkSize': '缓存分块大小',
'models.form.maxCPUSize': 'CPU 缓存最大占用 (GiB)',
'models.form.remoteURL': '远程存储地址'
};