Skip to content

Commit c0e6707

Browse files
committed
add padding mask as input
1 parent 671c261 commit c0e6707

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

keras_hub/src/models/smollm3/smollm3_backbone.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ def __init__(
136136
inputs={
137137
"token_ids": token_id_input,
138138
"position_ids": position_id_input,
139+
"padding_mask": padding_mask_input,
139140
},
140141
outputs=sequence_output,
141142
**kwargs,

0 commit comments

Comments
 (0)