From 0f3a7c4533a65b963f7e335a3e5657334536694d Mon Sep 17 00:00:00 2001 From: Niko Date: Sun, 8 Oct 2023 15:40:11 -0600 Subject: [PATCH] Fix Metal build --- sys/Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sys/Cargo.toml b/sys/Cargo.toml index 928ee76..5ba14fa 100644 --- a/sys/Cargo.toml +++ b/sys/Cargo.toml @@ -22,6 +22,8 @@ include = [ "whisper.cpp/ggml-alloc.h", "whisper.cpp/ggml-alloc.c", "whisper.cpp/ggml-metal.metal", + "whisper.cpp/ggml-metal.m", + "whisper.cpp/ggml-metal.h", "whisper.cpp/LICENSE", "whisper.cpp/whisper.cpp", "whisper.cpp/whisper.h",