From 04a0dcebcc8ec7c5a6708e61293fba4b423b8d05 Mon Sep 17 00:00:00 2001 From: Alex O'Connell Date: Tue, 30 Jul 2024 20:48:50 -0400 Subject: [PATCH] fix missing file from copy --- ggml/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/ggml/CMakeLists.txt b/ggml/CMakeLists.txt index 6acd2e8b5..529b3a6b5 100644 --- a/ggml/CMakeLists.txt +++ b/ggml/CMakeLists.txt @@ -212,6 +212,7 @@ set(GGML_PUBLIC_HEADERS include/ggml-alloc.h include/ggml-backend.h include/ggml-blas.h + include/ggml-cann.h include/ggml-cuda.h include/ggml.h include/ggml-kompute.h