We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e17dd99 commit 4c4e1e0Copy full SHA for 4c4e1e0
keras_hub/src/models/smollm3/smollm3_backbone.py
@@ -70,7 +70,7 @@ def __init__(
70
max_position_embeddings,
71
rope_theta,
72
partial_rotary_factor,
73
- rope_scaling,
+ rope_scaling=1,
74
**kwargs,
75
):
76
# === Layers ===
0 commit comments