We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 517d83a commit 8af3c06Copy full SHA for 8af3c06
1 file changed
composeApp/src/commonMain/composeResources/values-zh/strings.xml
@@ -67,4 +67,10 @@
67
<string name="settings_enable_mmap_desc">使用内存映射方式加载模型,按需从磁盘读取权重。可显著降低加载时的内存峰值,但对磁盘读写速度有一定要求。</string>
68
<string name="settings_conv_direct">直接卷积</string>
69
<string name="settings_conv_direct_desc">使用直接卷积替代默认的 im2col 实现。实验性功能,部分硬件上可获得加速效果。</string>
70
+ <string name="settings_lora_title">LoRA 模型</string>
71
+ <string name="settings_lora_subtitle">添加并配置 LoRA 模型</string>
72
+ <string name="settings_lora_add">添加 LoRA</string>
73
+ <string name="settings_lora_strength">权重: %s</string>
74
+ <string name="settings_lora_remove">移除</string>
75
+ <string name="settings_lora_files">LoRA 文件 (*.safetensors)</string>
76
</resources>
0 commit comments