build : fix aarch64 (#0)

This commit is contained in:
Georgi Gerganov
2024-08-08 14:27:16 +03:00
parent 22058f2dbc
commit 58323bf8ed
5 changed files with 11 additions and 0 deletions

View File

@ -32,6 +32,7 @@ let package = Package(
sources: [
"ggml/src/ggml.c",
"src/whisper.cpp",
"ggml/src/ggml-aarch64.c",
"ggml/src/ggml-alloc.c",
"ggml/src/ggml-backend.c",
"ggml/src/ggml-quants.c",