Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/xnnpack/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Once we have the model binary (pte) file, then let's run it with ExecuTorch runt
cd executorch

# Get a clean cmake-out directory
./install_requiements.sh --clean
./install_executorch.sh --clean
mkdir cmake-out

# Configure cmake
Expand Down
Loading