0000-cmakelist.patch 554 Bytes
Newer Older
1
From 7a3555098d4591c9b329c677654497ed8cee07ec Mon Sep 17 00:00:00 2001
Michael Yang's avatar
Michael Yang committed
2
3
4
5
6
7
8
9
10
From: Michael Yang <mxyng@pm.me>
Date: Fri, 23 Aug 2024 11:27:48 -0700
Subject: [PATCH] patch cmakelist

---
 CMakeLists.txt | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/CMakeLists.txt b/CMakeLists.txt
11
index 415743c2..aaadd13e 100644
Michael Yang's avatar
Michael Yang committed
12
13
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
14
@@ -210,3 +210,5 @@ if (LLAMA_BUILD_EXAMPLES)
Michael Yang's avatar
Michael Yang committed
15
16
17
18
19
20
     add_subdirectory(examples)
     add_subdirectory(pocs)
 endif()
+
+add_subdirectory(../ext_server ext_server) # ollama
-- 
21
2.39.3 (Apple Git-146)
Michael Yang's avatar
Michael Yang committed
22