Unverified Commit c41f0b9e authored by Michael Yang's avatar Michael Yang Committed by GitHub
Browse files

Merge pull request #6562 from ollama/mxyng/build-artifacts

remove any unneeded build artifacts
parents 142cbb72 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() {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment