mirror of
https://github.com/ollama/ollama.git
synced 2025-05-13 03:16:47 +02:00
silence warm up log
This commit is contained in:
parent
ee1c994d15
commit
058d0cd04b
6 changed files with 30 additions and 0 deletions
|
@ -12,6 +12,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 cmake -S gguf -B gguf/build/cpu -DLLAMA_K_QUANTS=on
|
||||
//go:generate cmake --build gguf/build/cpu --target server --config Release
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue