style: form components

This commit is contained in:
jialin
2025-04-07 11:51:34 +08:00
parent 0f7a619a34
commit b89e7c6c3d
11 changed files with 94 additions and 624 deletions
+2 -1
View File
@@ -132,5 +132,6 @@ export default {
};
// ========== To-Do: Translate Keys (Remove After Translation) ==========
// 1. 'models.form.check.passed'
// 1. 'models.form.check.passed',
// 2. 'models.form.partialoffload.tips
// ========== End of To-Do List ==========
+1 -1
View File
@@ -14,7 +14,7 @@ export default {
'models.form.configurations': '配置',
'models.form.s3address': 'S3 地址',
'models.form.partialoffload.tips':
'启用 CPU 卸载的说明:启用 CPU 卸载时,如果 GPU 资源不足,则模型的一部分层将被卸载到 CPU 上,在没有 GPU 可用时,会使用纯 CPU 推理。',
'启用 CPU 卸载时,如果 GPU 资源不足,则模型的一部分层将被卸载到 CPU 上,在没有 GPU 可用时,会使用纯 CPU 推理。',
'models.form.distribution.tips':
'允许在单个 worker 资源不足时,将部分计算卸载到一个或多个远程 worker。',
'models.openinplayground': '在 Playground 中打开',