Skip to content

Commit 1c01078

Browse files
committed
Fix
1 parent 59ad22a commit 1c01078

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/maxdiffusion/configs/base_wan_lora_27b.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ flash_block_sizes: {
8282
"block_kv_dkv" : 2048,
8383
"block_kv_dkv_compute" : 2048,
8484
"block_q_dq" : 3024,
85-
"block_kv_dq" : 2048
85+
"block_kv_dq" : 2048,
8686
"use_fused_bwd_kernel": False,
8787
}
8888
# GroupNorm groups

0 commit comments

Comments
 (0)