Update zh-CN translation for config.json#404
Open
xdfnet wants to merge 1 commit into
Open
Conversation
|
All contributors have signed the CLA ✍️ ✅ |
Author
|
I have read the CLA Document and I hereby sign the CLA |
Add missing Chinese translations for load parameters: - llm.load.promptTemplate/* (2 keys): chat template setting - llm.load.numParallelSessions/* (2 keys): max concurrent predictions - llm.load.useUnifiedKvCache/* (2 keys): unified KV cache - llm.load.numCpuExpertLayersRatio/* (3 keys): MoE CPU layer forcing - llm.load.llama.physicalBatchSize/subTitle (1 key): physical batch size Note: en.json's presets.saveChanges* (12 keys) is a naming migration from zh-CN's existing commitChanges* equivalents. Out of scope for this PR. Co-Authored-By: Claude <noreply@anthropic.com>
748bf7f to
8a6e27b
Compare
Author
|
recheck |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
补齐
zh-CN/config.json中与加载参数相关的 10 个缺失键,覆盖聊天模板、并发预测、统一 KV 缓存、MoE CPU 卸载、物理批处理大小。Changes
llm.load.promptTemplate/*(2 键): 引擎协议聊天模板llm.load.numParallelSessions/*(2 键): 最大并发预测数llm.load.useUnifiedKvCache/*(2 键): 统一 KV 缓存llm.load.numCpuExpertLayersRatio/*(3 键): MoE 专家层强制 CPU 卸载llm.load.llama.physicalBatchSize/subTitle(1 键): 物理批处理大小Notes
KV cache/MoE/GPU/CPU/token/RoPE/VRAMpresets.saveChanges*(12 键) 是命名迁移(zh-CN 已有等价的commitChanges*),不在本 PR 范围内,建议另开迁移 PR