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
c41f0b9e
Unverified
Commit
c41f0b9e
authored
Aug 30, 2024
by
Michael Yang
Committed by
GitHub
Aug 30, 2024
Browse files
Merge pull request #6562 from ollama/mxyng/build-artifacts
remove any unneeded build artifacts
parents
142cbb72
11018196
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 @
c41f0b9e
...
...
@@ -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