fix: compatibility message for gguf

This commit is contained in:
jialin
2025-11-23 15:10:46 +08:00
parent e5755a2eec
commit de0982d590
13 changed files with 55 additions and 35 deletions
+2 -2
View File
@@ -12,7 +12,7 @@ export default {
'clusters.button.register': 'Register Cluster',
'clusters.button.addNodePool': 'Add Worker Pool',
'clusters.button.add.credential': 'Add {provider} Credential',
'clusters.credential.title': 'Credential',
'clusters.credential.title': 'Cloud Credential',
'clusters.credential.token': 'Access Token',
'clusters.workerpool.region': 'Region',
'clusters.workerpool.zone': 'Zone',
@@ -107,7 +107,7 @@ Same applies to the <span class="bold-text">/opt/dtk</span> directory.`,
// 21. 'clusters.workerpool.volumes': 'Volumes',
// 22. 'clusters.workerpool.format': 'Format',
// 23. 'clusters.workerpool.size': 'Size (GiB)',
// 24. 'clusters.credential.title': 'Credential',
// 24. 'clusters.credential.title': 'Cloud Credential',
// 25. 'clusters.workerpool.title': 'Worker Pools',
// 26. 'clusters.workerpool.cloudOptions': 'Add Cloud Options',
// 27. 'clusters.workerpool.volumes.add': 'Add Volume'
+7 -3
View File
@@ -13,8 +13,7 @@ export default {
'models.form.env': '環境変数',
'models.form.configurations': '設定',
'models.form.s3address': 'S3アドレス',
'models.form.partialoffload.tips':
'CPUオフロードが有効な場合、GPUリソースが不足するとモデルの一部のレイヤーがCPUにオフロードされます。GPUが利用できない場合は、完全なCPU推論が使用されます。',
'models.form.partialoffload.tips': `When CPU offloading is enabled, GPUStack will allocate CPU memory if GPU resources are insufficient. You must correctly configure the inference backend to use hybrid CPU+GPU or full CPU inference.`,
'models.form.distribution.tips':
'ワーカーのリソースが不足している場合、モデルの一部のレイヤーを単一または複数のリモートワーカーにオフロードすることができます。',
'models.openinplayground': 'プレイグラウンドで開く',
@@ -121,7 +120,9 @@ export default {
'models.form.moreparameters': 'パラメータ説明',
'models.table.vram.allocated': '割り当て済みVRAM',
'models.form.backend.warning':
'GGUF形式のモデルのバックエンドはllama-boxを使用します。',
'The selected backend does not support GGUF models. Please add a backend with GGUF support in the Inference Backend.',
'models.form.backend.warning.gguf':
'Please ensure that the selected custom backend supports GGUF models.',
'models.form.ollama.warning':
'Ollamaモデルのバックエンドをllama-boxを使用してデプロイします。',
'models.form.backend.warning.llamabox':
@@ -344,4 +345,7 @@ export default {
// 62. 'models.form.backend_parameters.vllm.tips': 'For more details about {backend} parameters, see <a href={link} target="_blank">here</a>.',
// 63. 'models.button.accessSettings.tips': 'Changes to access settings take effect after one minute.',
// 64. 'models.table.userSelection.tips': 'Admin users can access all models by default.',
// 65. 'models.form.partialoffload.tips': `When CPU offloading is enabled, GPUStack will allocate CPU memory if GPU resources are insufficient. You must correctly configure the inference backend to use hybrid CPU+GPU or full CPU inference.`,
// 66. 'models.form.backend.warning': 'The selected backend does not support GGUF models. Please add a backend with GGUF support in the Inference Backend.',
// 67. 'models.form.backend.warning.gguf': 'Please ensure that the selected custom backend supports GGUF models.',
// ========== End of To-Do List ==========
+2 -2
View File
@@ -22,8 +22,8 @@ export default {
'noresult.cluster.title': 'No Clusters',
'noresult.cluster.subTitle': 'No clusters have been added yet.',
'noresult.cluster.nofound': 'No matching clusters found.',
'noresult.credentials.title': 'No Credentials',
'noresult.credentials.subTitle': 'No credentials have been added yet.',
'noresult.credentials.title': 'No Cloud Credentials',
'noresult.credentials.subTitle': 'No cloud credentials have been added yet.',
'noresult.credentials.nofound': 'No matching credentials found.',
'noresult.users.title': 'No Users',
'noresult.users.subTitle': 'No users have been added yet.',