From 1d5e929252798df57842f85d9fabf507f9680d95 Mon Sep 17 00:00:00 2001 From: Niko Date: Sat, 7 Oct 2023 09:27:58 -0600 Subject: [PATCH] Add `whisper.cpp/ggml-metal.metal` to include array --- sys/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/Cargo.toml b/sys/Cargo.toml index 4f985e0..70cda55 100644 --- a/sys/Cargo.toml +++ b/sys/Cargo.toml @@ -21,6 +21,7 @@ include = [ "whisper.cpp/ggml-cuda.h", "whisper.cpp/ggml-alloc.h", "whisper.cpp/ggml-alloc.c", + "whisper.cpp/ggml-metal.metal", "whisper.cpp/LICENSE", "whisper.cpp/whisper.cpp", "whisper.cpp/whisper.h",