"git@developer.sourcefind.cn:OpenDAS/torchaudio.git" did not exist on "09e7d818d0b3a18417f02454a16825e420b468cf"
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() { ...@@ -87,6 +87,8 @@ apply_patches() {
build() { build() {
cmake -S ${LLAMACPP_DIR} -B ${BUILD_DIR} ${CMAKE_DEFS} cmake -S ${LLAMACPP_DIR} -B ${BUILD_DIR} ${CMAKE_DEFS}
cmake --build ${BUILD_DIR} ${CMAKE_TARGETS} -j8 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() { 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