Skip to content

Commit 49e32c5

Browse files
committed
add create_causal_mask
Signed-off-by: Kyle Sayers <kylesayrs@gmail.com>
1 parent 88720d0 commit 49e32c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/llmcompressor/args/dataset_arguments.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ class DatasetArguments(CustomDatasetArguments):
181181
},
182182
)
183183
tracing_ignore: List[str] = field(
184-
default_factory=lambda: ["_update_causal_mask"],
184+
default_factory=lambda: ["_update_causal_mask", "create_causal_mask"],
185185
metadata={
186186
"help": "List of functions to ignore during tracing, either "
187187
"{module}.{method_name} or {function_name}"

0 commit comments

Comments
 (0)