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
11018196
Commit
11018196
authored
Aug 29, 2024
by
Michael Yang
Browse files
remove any unneeded build artifacts
parent
56346ccf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
llm/generate/gen_common.sh
llm/generate/gen_common.sh
+2
-0
No files found.
llm/generate/gen_common.sh
View file @
11018196
...
...
@@ -87,6 +87,8 @@ apply_patches() {
build
()
{
cmake
-S
${
LLAMACPP_DIR
}
-B
${
BUILD_DIR
}
${
CMAKE_DEFS
}
cmake
--build
${
BUILD_DIR
}
${
CMAKE_TARGETS
}
-j8
# remove unnecessary build artifacts
rm
-f
${
BUILD_DIR
}
/bin/ggml-common.h
${
BUILD_DIR
}
/bin/ggml-metal.metal
}
compress
()
{
...
...
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