fix: compatibility message for gguf
This commit is contained in:
@@ -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',
|
||||
|
||||
@@ -13,7 +13,7 @@ export default {
|
||||
'models.form.env': 'Environment Variables',
|
||||
'models.form.configurations': 'Configurations',
|
||||
'models.form.s3address': 'S3 Address',
|
||||
'models.form.partialoffload.tips': `When CPU offloading is enabled, if GPU resources are insufficient, part of the model's layers will be offloaded to the CPU. If no GPU is available, full CPU inference will be used.`,
|
||||
'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': `Allows for offloading part of the model's layers to single or multiple remote workers when the resources of a worker are insufficient.`,
|
||||
'models.openinplayground': 'Open in Playground',
|
||||
'models.instances': 'instances',
|
||||
@@ -119,7 +119,9 @@ export default {
|
||||
'models.form.moreparameters': 'Parameter Description',
|
||||
'models.table.vram.allocated': 'Allocated VRAM',
|
||||
'models.form.backend.warning':
|
||||
'The backend for GGUF format models uses 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':
|
||||
'Deploy the Ollama model backend using llama-box.',
|
||||
'models.form.backend.warning.llamabox':
|
||||
|
||||
@@ -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.',
|
||||
|
||||
Reference in New Issue
Block a user