Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
ollama
Commits
bbe7b96d
Unverified
Commit
bbe7b96d
authored
Sep 04, 2024
by
Pascal Patry
Committed by
GitHub
Sep 04, 2024
Browse files
llm: use json.hpp from common (#6642)
parent
c18ff18b
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
24597 deletions
+1
-24597
llm/ext_server/CMakeLists.txt
llm/ext_server/CMakeLists.txt
+1
-1
llm/ext_server/json.hpp
llm/ext_server/json.hpp
+0
-24596
No files found.
llm/ext_server/CMakeLists.txt
View file @
bbe7b96d
...
@@ -2,7 +2,7 @@ set(TARGET ollama_llama_server)
...
@@ -2,7 +2,7 @@ set(TARGET ollama_llama_server)
option
(
LLAMA_SERVER_VERBOSE
"Build verbose logging option for Server"
ON
)
option
(
LLAMA_SERVER_VERBOSE
"Build verbose logging option for Server"
ON
)
set
(
LLAMA_SERVER_LDFLAGS $ENV{LLAMA_SERVER_LDFLAGS}
)
set
(
LLAMA_SERVER_LDFLAGS $ENV{LLAMA_SERVER_LDFLAGS}
)
include_directories
(
${
CMAKE_CURRENT_SOURCE_DIR
}
)
include_directories
(
${
CMAKE_CURRENT_SOURCE_DIR
}
)
add_executable
(
${
TARGET
}
server.cpp utils.hpp
json.hpp
httplib.h
)
add_executable
(
${
TARGET
}
server.cpp utils.hpp httplib.h
)
install
(
TARGETS
${
TARGET
}
RUNTIME
)
install
(
TARGETS
${
TARGET
}
RUNTIME
)
target_compile_definitions
(
${
TARGET
}
PRIVATE
target_compile_definitions
(
${
TARGET
}
PRIVATE
SERVER_VERBOSE=$<BOOL:
${
LLAMA_SERVER_VERBOSE
}
>
SERVER_VERBOSE=$<BOOL:
${
LLAMA_SERVER_VERBOSE
}
>
...
...
llm/ext_server/json.hpp
deleted
100644 → 0
View file @
c18ff18b
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment