chore: scheduling group

This commit is contained in:
jialin
2025-10-27 14:13:47 +08:00
parent df65d3e2f6
commit 61065ee0b7
7 changed files with 138 additions and 113 deletions
+2 -1
View File
@@ -212,5 +212,6 @@ export default {
'models.form.kvCache.tips':
'Available only with built-in backends (vLLM / SGLang) — switch backend in <span class="bold-text">Advanced</span> to enable.',
'models.form.kvCache.tips2':
'KV cache is only supported when using built-in inference backends (vLLM or SGLang).'
'KV cache is only supported when using built-in inference backends (vLLM or SGLang).',
'models.form.scheduling': 'Scheduling'
};