Skip to content

Commit a7cbdef

Browse files
minor bug fix
Signed-off-by: cliu-us <[email protected]>
1 parent d5a18d5 commit a7cbdef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

fms_mo/utils/qconfig_utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -373,6 +373,7 @@ def remove_unwanted_from_config(config):
373373
"LUTmodule_name",
374374
"qkvsync_my_1st_sibling",
375375
"graph_in_out",
376+
"hook_qbmm_auto_check",
376377
]
377378
len_before = len(config)
378379
dump = {k: config.pop(k) for k in unwanted_items if k in config}

0 commit comments

Comments
 (0)