feat: Add more server side arguments (#1846)

* feat: Add more server side arguments

* nit

* Update locales [skip ci]

---------

Co-authored-by: Oto Ciulis <oto.ciulis@gmail.com>
Co-authored-by: huchenlei <huchenlei@proton.me>
Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
oto-ciulis-tt
2024-12-12 11:18:21 -08:00
committed by GitHub
parent 4997d13219
commit 7877c96ffe
6 changed files with 96 additions and 16 deletions

View File

@@ -353,6 +353,7 @@
"Attention": "注意力",
"CUDA": "CUDA",
"Cache": "缓存",
"Directories": "目录",
"General": "常规",
"Inference": "推理",
"Memory": "内存",
@@ -427,12 +428,24 @@
"name": "全局浮点精度",
"tooltip": "全局浮点精度"
},
"input-directory": {
"name": "输入目录"
},
"listen": {
"name": "主机要监听的IP地址"
},
"log-level": {
"name": "日志详细级别"
},
"max-upload-size": {
"name": "最大上传大小 (MB)"
},
"output-directory": {
"name": "输出目录"
},
"port": {
"name": "端口:要监听的端口"
},
"preview-method": {
"name": "用于潜空间预览的方法"
},