Skip to content

Commit d5fb6aa

Browse files
authored
Smollm targets
Differential Revision: D80957382 Pull Request resolved: #13659
1 parent 53555b3 commit d5fb6aa

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

examples/models/llama/export_llama_lib.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -611,9 +611,7 @@ def export_llama(
611611
elif model_name == "phi_4_mini":
612612
from executorch.examples.models.phi_4_mini import convert_weights
613613
elif model_name == "smollm2":
614-
from executorch.examples.models.smollm2 import ( # pyre-ignore[21]
615-
convert_weights,
616-
)
614+
from executorch.examples.models.smollm2 import convert_weights
617615
else:
618616
raise ValueError(
619617
f"Converting weights to meta format for {model_name} is not yet supported"

0 commit comments

Comments
 (0)