Skip to content

Commit 8af3c06

Browse files
author
onion
committed
feat: add lora support
1 parent 517d83a commit 8af3c06

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

  • composeApp/src/commonMain/composeResources/values-zh

composeApp/src/commonMain/composeResources/values-zh/strings.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,4 +67,10 @@
6767
<string name="settings_enable_mmap_desc">使用内存映射方式加载模型,按需从磁盘读取权重。可显著降低加载时的内存峰值,但对磁盘读写速度有一定要求。</string>
6868
<string name="settings_conv_direct">直接卷积</string>
6969
<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>
7076
</resources>

0 commit comments

Comments
 (0)