ggml : sync resolve (skip) (#0)

This commit is contained in:
Georgi Gerganov
2024-11-19 19:03:47 +02:00
parent 339b8e559c
commit f4c1d7df39
120 changed files with 264 additions and 55322 deletions

View File

@ -225,6 +225,7 @@ set(GGML_PUBLIC_HEADERS
include/ggml-cann.h
include/ggml-cuda.h
include/ggml-kompute.h
include/ggml-opt.h
include/ggml-metal.h
include/ggml-rpc.h
include/ggml-sycl.h
@ -241,7 +242,7 @@ install(TARGETS ggml-base LIBRARY)
if (GGML_METAL)
# FIXME: does this need to be installed with GGML_METAL_EMBED_LIBRARY?
install(
FILES ggml/src/ggml-metal/ggml-metal.metal
FILES src/ggml-metal/ggml-metal.metal
PERMISSIONS
OWNER_READ
OWNER_WRITE