Skip to content

Commit 556a1a2

Browse files
authored
fix install_requirements.sh use in xnnpack README (#8470)
1 parent 0222074 commit 556a1a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/xnnpack/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Once we have the model binary (pte) file, then let's run it with ExecuTorch runt
3131
cd executorch
3232

3333
# Get a clean cmake-out directory
34-
./install_requiements.sh --clean
34+
./install_executorch.sh --clean
3535
mkdir cmake-out
3636

3737
# Configure cmake

0 commit comments

Comments
 (0)