Skip to content

Commit c8b7423

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

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

keras_hub/src/utils/transformers/convert_smollm3.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@ def convert_backbone_config(transformers_config):
2929
"attention_dropout": transformers_config["attention_dropout"],
3030
"rope_layer_enabled_list": transformers_config["no_rope_layers"],
3131
"layer_types": transformers_config["layer_types"],
32-
"mlp_bias": transformers_config["mlp_bias"],
33-
"rope_scaling": transformers_config["rope_scaling"]
32+
"mlp_bias": transformers_config["mlp_bias"]
3433
}
3534

3635

0 commit comments

Comments
 (0)