From f400598d7d55d66cb3eaa582f10ce90b851c86ca Mon Sep 17 00:00:00 2001 From: "Kohya S." <52813779+kohya-ss@users.noreply.github.com> Date: Mon, 23 Feb 2026 21:49:24 +0900 Subject: [PATCH] Update docs/loha_lokr.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- docs/loha_lokr.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/loha_lokr.md b/docs/loha_lokr.md index 40289b25..6f16ba66 100644 --- a/docs/loha_lokr.md +++ b/docs/loha_lokr.md @@ -115,7 +115,7 @@ The following `--network_args` options are available for both LoHa and LoKr, sam | `rank_dropout=0.1` | Apply dropout to the rank dimension during training | | `module_dropout=0.1` | Randomly skip entire modules during training | | `exclude_patterns=[r'...']` | Exclude modules matching the regex patterns (in addition to architecture defaults) | -| `include_patterns=[r'...']` | Include only modules matching the regex patterns | +| `include_patterns=[r'...']` | Override excludes: modules matching these regex patterns will be included even if they match `exclude_patterns` | | `network_reg_lrs=regex1=lr1,regex2=lr2` | Set per-module learning rates using regex patterns | | `network_reg_dims=regex1=dim1,regex2=dim2` | Set per-module dimensions (rank) using regex patterns |