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 53555b3 commit d5fb6aaCopy full SHA for d5fb6aa
examples/models/llama/export_llama_lib.py
@@ -611,9 +611,7 @@ def export_llama(
611
elif model_name == "phi_4_mini":
612
from executorch.examples.models.phi_4_mini import convert_weights
613
elif model_name == "smollm2":
614
- from executorch.examples.models.smollm2 import ( # pyre-ignore[21]
615
- convert_weights,
616
- )
+ from executorch.examples.models.smollm2 import convert_weights
617
else:
618
raise ValueError(
619
f"Converting weights to meta format for {model_name} is not yet supported"
0 commit comments