Skip to content

Commit

Permalink
fix: patch
Browse files Browse the repository at this point in the history
  • Loading branch information
jhen0409 committed Nov 7, 2024
1 parent 13e38bf commit dc6c6d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ yarn example
# Apply patch
patch -p0 -d ./cpp < ./scripts/ggml-backend.cpp.patch
patch -p0 -d ./cpp < ./scripts/ggml-metal.m.patch
# patch -p0 -d ./cpp < ./scripts/whisper.h.patch
patch -p0 -d ./cpp < ./scripts/whisper.h.patch
patch -p0 -d ./cpp < ./scripts/whisper.cpp.patch

if [ "$OS" = "Darwin" ]; then
Expand Down

0 comments on commit dc6c6d2

Please sign in to comment.