mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2025-06-30 09:13:40 +00:00
Move the usearch submodule to third_party dir.
Signed-off-by: Adam Treat <treat.adam@gmail.com>
This commit is contained in:
parent
cedba6cd10
commit
f93b76438e
2
.gitmodules
vendored
2
.gitmodules
vendored
@ -3,5 +3,5 @@
|
||||
url = https://github.com/nomic-ai/llama.cpp.git
|
||||
branch = master
|
||||
[submodule "gpt4all-chat/usearch"]
|
||||
path = gpt4all-chat/usearch
|
||||
path = gpt4all-chat/third_party/usearch
|
||||
url = https://github.com/nomic-ai/usearch.git
|
||||
|
@ -293,8 +293,8 @@ target_compile_definitions(chat
|
||||
# usearch uses the identifier 'slots' which conflicts with Qt's 'slots' keyword
|
||||
target_compile_definitions(chat PRIVATE QT_NO_SIGNALS_SLOTS_KEYWORDS)
|
||||
|
||||
target_include_directories(chat PRIVATE usearch/include
|
||||
usearch/fp16/include)
|
||||
target_include_directories(chat PRIVATE third_party/usearch/include
|
||||
third_party/usearch/fp16/include)
|
||||
|
||||
if(LINUX)
|
||||
target_link_libraries(chat
|
||||
|
Loading…
Reference in New Issue
Block a user