Skip to content

Commit 4c4e1e0

Browse files
committed
pass dtype policy
1 parent e17dd99 commit 4c4e1e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

keras_hub/src/models/smollm3/smollm3_backbone.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ def __init__(
7070
max_position_embeddings,
7171
rope_theta,
7272
partial_rotary_factor,
73-
rope_scaling,
73+
rope_scaling=1,
7474
**kwargs,
7575
):
7676
# === Layers ===

0 commit comments

Comments
 (0)