Skip to content

Commit

Permalink
#34 enable metal
Browse files Browse the repository at this point in the history
  • Loading branch information
jwijffels committed Jan 30, 2024
1 parent 06e569c commit 32758b8
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 = ggml-metal.m
OBJECTS_METAL = ggml-metal.o
endif
endif

Expand Down

0 comments on commit 32758b8

Please sign in to comment.