From 292d74399cac7a5a55512f1e20049d4556a0559e Mon Sep 17 00:00:00 2001 From: Concedo <39025047+LostRuins@users.noreply.github.com> Date: Thu, 23 May 2024 21:58:18 +0800 Subject: [PATCH] add missing cmake files --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index b9494de69..6152856c6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -428,6 +428,8 @@ set_target_properties(ggml_v3 PROPERTIES POSITION_INDEPENDENT_CODE ON) add_library(common2 common/common.cpp common/common.h + common/sampling.cpp + common/sampling.h common/grammar-parser.h common/grammar-parser.cpp examples/llava/llava.cpp