Skip to content

Commit f4c1d7d

Browse files
committed
ggml : sync resolve (skip) (#0)
1 parent 339b8e5 commit f4c1d7d

File tree

120 files changed

+264
-55322
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

120 files changed

+264
-55322
lines changed

ggml/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,7 @@ set(GGML_PUBLIC_HEADERS
225225
include/ggml-cann.h
226226
include/ggml-cuda.h
227227
include/ggml-kompute.h
228+
include/ggml-opt.h
228229
include/ggml-metal.h
229230
include/ggml-rpc.h
230231
include/ggml-sycl.h
@@ -241,7 +242,7 @@ install(TARGETS ggml-base LIBRARY)
241242
if (GGML_METAL)
242243
# FIXME: does this need to be installed with GGML_METAL_EMBED_LIBRARY?
243244
install(
244-
FILES ggml/src/ggml-metal/ggml-metal.metal
245+
FILES src/ggml-metal/ggml-metal.metal
245246
PERMISSIONS
246247
OWNER_READ
247248
OWNER_WRITE

0 commit comments

Comments
 (0)