Skip to content

Commit b1f33d3

Browse files
committed
Fix empty new line
1 parent b085d8c commit b1f33d3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/apple/mps/scripts/build_mps_executor_runner.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
#!/usr/bin/env bash
32
# Copyright (c) 2024 Apple Inc. All rights reserved.
43
# Provided subject to the LICENSE file in the top level directory.
@@ -61,3 +60,5 @@ cmake \
6160
cmake --build cmake-out/examples/apple/mps -j9 --config "$MODE"
6261

6362
echo "Build succeeded!"
63+
64+
./cmake-out/examples/apple/mps/mps_executor_runner --model_path mps_logical_not.pte --bundled_program

0 commit comments

Comments
 (0)