style: downloading progress

This commit is contained in:
jialin
2025-03-26 11:59:49 +08:00
parent 671fce2961
commit f658b9d6d9
5 changed files with 66 additions and 31 deletions
+2 -1
View File
@@ -120,5 +120,6 @@ export default {
'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.',
'models.form.files': 'files'
'models.form.files': 'files',
'models.table.status': 'Status'
};