From dc6c6d29651b13083921ff20bab7c0fce1af752b Mon Sep 17 00:00:00 2001 From: Jhen-Jie Hong Date: Thu, 7 Nov 2024 15:09:03 +0800 Subject: [PATCH] fix: patch --- scripts/bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/bootstrap.sh b/scripts/bootstrap.sh index a41f28c..7db2939 100755 --- a/scripts/bootstrap.sh +++ b/scripts/bootstrap.sh @@ -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