Skip to content

Commit b0441b5

Browse files
gggekovCopilot
andcommitted
Change python to python3 in shell script
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent ad4d190 commit b0441b5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

backends/arm/test/test_arm_backend.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ test_model_smollm2_135M() {
305305
backends/arm/scripts/build_executorch.sh
306306

307307
# Build pte for smollm2
308-
python -m extension.llm.export.export_llm \
308+
python3 -m extension.llm.export.export_llm \
309309
base.model_class=smollm2 \
310310
base.params=examples/models/smollm2/135M_config.json \
311311
debug.verbose=True model.enable_dynamic_shape=False quantization.pt2e_quantize="ethosu_8a8w" \

0 commit comments

Comments
 (0)