Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ LM Studio localization
- Vietnamese [@trinhvanminh](https://github.com/trinhvanminh), [@godkyo98](https://github.com/godkyo98)
- Portuguese (BR) [@Sm1g00l](https://github.com/Sm1g00l), [@altiereslima](https://github.com/altiereslima)
- Portuguese (PT) [@catarino](https://github.com/catarino)
- Chinese (zh-CN) [@neotan](https://github.com/neotan), [@SweetDream0256](https://github.com/SweetDream0256), [@enKl03B](https://github.com/enKl03B), [@evansrrr](https://github.com/evansrrr), [@xkonglong](https://github.com/xkonglong), [@shadow01a](https://github.com/shadow01a), [@Mabbs] (https://github.com/Mabbs), [@WhatDamon] (https://github.com/WhatDamon)
- Chinese (zh-HK), (zh-TW) [@neotan](https://github.com/neotan), [ceshizhuanyong895](https://github.com/ceshizhuanyong895), [@BrassaiKao](https://github.com/BrassaiKao), [@AlphaSu1978] (https://github.com/AlphaSu1978), [@HJ-zhtw] (https://github.com/HJ-zhtw)
- Chinese (zh-CN) [@neotan](https://github.com/neotan), [@SweetDream0256](https://github.com/SweetDream0256), [@enKl03B](https://github.com/enKl03B), [@evansrrr](https://github.com/evansrrr), [@xkonglong](https://github.com/xkonglong), [@shadow01a](https://github.com/shadow01a), [@Mabbs](https://github.com/Mabbs), [@WhatDamon](https://github.com/WhatDamon), [@nkh0472](https://github.com/nkh0472)
- Chinese (zh-HK), (zh-TW) [@neotan](https://github.com/neotan), [ceshizhuanyong895](https://github.com/ceshizhuanyong895), [@BrassaiKao](https://github.com/BrassaiKao), [@AlphaSu1978](https://github.com/AlphaSu1978), [@HJ-zhtw](https://github.com/HJ-zhtw)
- Chinese (zh-Hant) [@kywarai](https://github.com/kywarai), [ceshizhuanyong895](https://github.com/ceshizhuanyong895)
- Ukrainian (uk) [@hmelenok](https://github.com/hmelenok)
- Japanese (ja) [@digitalsp](https://github.com/digitalsp), [@era760](https://github.com/era760), [@dai] (https://github.com/dai)
- Japanese (ja) [@digitalsp](https://github.com/digitalsp), [@era760](https://github.com/era760), [@dai](https://github.com/dai)
- Dutch (nl) [@alaaf11](https://github.com/alaaf11)
- Italian (it) [@fralapo](https://github.com/fralapo), [@Bl4ck-D0g](https://github.com/Bl4ck-D0g), [@nikypalma](https://github.com/nikypalma)
- Indonesian (id) [@dwirx](https://github.com/dwirx)
Expand All @@ -47,5 +47,5 @@ LM Studio localization

Still under development (due to lack of RTL support in LM Studio)
- Hebrew: [@NHLOCAL](https://github.com/NHLOCAL)
- Persian (Farsi) (fa) [@mohammad007kh](https://github.com/mohammad007kh), [@darwindev]((https://github.com/darwindev)
- Persian (Farsi) (fa) [@mohammad007kh](https://github.com/mohammad007kh), [@darwindev](https://github.com/darwindev)
- Arabic (ar) [@haqbany](https://github.com/haqbany)
3 changes: 3 additions & 0 deletions zh-CN/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,9 @@
"llm.load.seed/title": "种子",
"llm.load.seed/subTitle": "用于文本生成的随机数生成器的种子。-1 表示随机",
"llm.load.seed/info": "随机种子:设置随机数生成的种子以确保可重复的结果",
"llm.load.numCpuExpertLayersRatio/title": "强制将模型专家权重置于CPU",
"llm.load.numCpuExpertLayersRatio/subTitle": "是否将MoE专家权重强制加载到CPU内存中。此举可节省显存(VRAM),并且在某些情况下比部分GPU卸载速度更快。如果模型能完全放入显存,则不建议启用此选项。",
"llm.load.numCpuExpertLayersRatio/info": "指定是否将所有MoE专家层移至CPU内存。注意力层保留在GPU上,可在节省显存的同时保持较快的推理速度。",

"llm.load.llama.evalBatchSize/title": "评估批处理大小",
"llm.load.llama.evalBatchSize/subTitle": "每次处理的输入token数量。增加此值会提高性能,但会增加内存使用量",
Expand Down
14 changes: 14 additions & 0 deletions zh-CN/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -191,5 +191,19 @@
"warnDescription": "禁用工具调用确认非常危险。如果您的插件中包含可能执行破坏性操作的工具(例如运行命令、删除文件、覆盖文件、上传文件等),模型将无需确认即可执行这些操作。您可以通过逐个工具或逐个插件的方式禁用确认提示。强烈不建议启用此选项。请谨慎操作。",
"warnButton": "我了解风险"
}
},

"defaultContextLength": {
"label": "默认上下文长度",
"maxTitle": "模型最大值",
"customTitle": "自定义数值",
"maxSubtitle": "使用每个模型支持的最大上下文长度。",
"customSubtitle": "设置加载新模型时的默认上下文长度。如果模型支持的最大上下文长度低于此值,则将自动采用模型的实际上限。",
"invalidNaNError": "无效的上下文长度值。已使用 {{value}}",
"invalidRangeError": "无效的上下文长度值。应介于 1 到 2^30 之间。已使用 {{value}}",
"largeContextWarning": "上下文长度越高,模型占用的内存越多。如果不确定,请勿更改默认设置"
},
"jitTTL": {
"subtitle": "JIT 加载的模型在空闲指定时长后将自动卸载。"
}
}