Skip to content

Commit

Permalink
Enable Metal
Browse files Browse the repository at this point in the history
  • Loading branch information
jwijffels committed Feb 1, 2024
1 parent ac6a69b commit 4c0b272
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Makevars
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,8 @@ ifdef WHISPER_METAL
PKG_CPPFLAGS += -DGGML_USE_METAL
PKG_LIBS += -framework Foundation -framework Metal -framework MetalKit

SOURCES_METAL = ggml-metal.m
OBJECTS_METAL = ggml-metal.o
SOURCES_METAL = whisper_cpp/ggml-metal.m
OBJECTS_METAL = whisper_cpp/ggml-metal.o
endif
endif

Expand Down

0 comments on commit 4c0b272

Please sign in to comment.