chore: worker downloading tooltip
This commit is contained in:
@@ -119,5 +119,6 @@ export default {
|
||||
'models.form.backend.warning.llamabox':
|
||||
'To use the llama-box backend, specify the full path to the model file (e.g.,<span style="font-weight: 700">/data/models/model.gguf</span>). For sharded models, provide the path to the first shard (e.g.,<span style="font-weight: 700">/data/models/model-00001-of-00004.gguf</span>).',
|
||||
'models.form.keyvalue.paste':
|
||||
'Paste multiple lines of text, with each line containing a key-value pair. The key and value are separated by an = sign, and different key-value pairs are separated by newline characters.'
|
||||
'Paste multiple lines of text, with each line containing a key-value pair. The key and value are separated by an = sign, and different key-value pairs are separated by newline characters.',
|
||||
'models.form.files': 'files'
|
||||
};
|
||||
|
||||
@@ -66,5 +66,7 @@ export default {
|
||||
'The default storage directory is /var/lib/gpustack/cache.',
|
||||
'resources.modelfiles.retry.download': 'Retry Download',
|
||||
'resources.modelfiles.storagePath.holder':
|
||||
'Waiting for download to complete...'
|
||||
'Waiting for download to complete...',
|
||||
'resources.filter.worker': 'Filter by Worker',
|
||||
'resources.filter.file': 'Filter by File'
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user