mirror of
https://github.com/ollama/ollama.git
synced 2025-05-13 03:16:47 +02:00
update default log target
This commit is contained in:
parent
ba2da6ceaa
commit
c9167494cb
6 changed files with 29 additions and 29 deletions
|
@ -13,7 +13,7 @@ package llm
|
|||
|
||||
//go:generate git submodule update --force gguf
|
||||
//go:generate git -C gguf apply ../patches/0001-copy-cuda-runtime-libraries.patch
|
||||
//go:generate git -C gguf apply ../patches/0001-remove-warm-up-logging.patch
|
||||
//go:generate git -C gguf apply ../patches/0001-update-default-log-target.patch
|
||||
//go:generate cmake -S gguf -B gguf/build/cpu -DLLAMA_K_QUANTS=on
|
||||
//go:generate cmake --build gguf/build/cpu --target server --config Release
|
||||
//go:generate mv gguf/build/cpu/bin/server gguf/build/cpu/bin/ollama-runner
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue