OBS-URL: https://build.opensuse.org/package/show/science:machinelearning/ollama?expand=0&rev=70
14 lines
500 B
Diff
14 lines
500 B
Diff
diff --git a/llama/make/Makefile.default b/llama/make/Makefile.default
|
|
index 6a9b9ef..2ab7dfe 100644
|
|
--- a/llama/make/Makefile.default
|
|
+++ b/llama/make/Makefile.default
|
|
@@ -42,7 +42,7 @@ $(RUNNERS_DIST_DIR)/%: $(RUNNERS_BUILD_DIR)/%
|
|
|
|
$(RUNNERS_PAYLOAD_DIR)/%/ollama_llama_server$(EXE_EXT).gz: $(RUNNERS_BUILD_DIR)/%/ollama_llama_server$(EXE_EXT)
|
|
@-mkdir -p $(dir $@)
|
|
- ${GZIP} --best -c $< > $@
|
|
+ ${GZIP} -n --best -c $< > $@
|
|
|
|
clean:
|
|
rm -f $(BUILD_RUNNERS) $(DIST_RUNNERS) $(PAYLOAD_RUNNERS)
|