Skip to content

Commit 630cc70

Browse files
committed
log cache_update_index
1 parent a663a5c commit 630cc70

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
@@ -118,6 +118,7 @@ def __init__(
118118
)
119119

120120
cache_update_index = kwargs.get('self_attention_cache_index')
121+
print(cache_update_index)
121122

122123
start_index = (
123124
cache_update_index if cache_update_index is not None else 0

0 commit comments

Comments
 (0)