silence warm up log

This commit is contained in:
Michael Yang 2023-09-21 14:48:00 -07:00
parent ee1c994d15
commit 058d0cd04b
6 changed files with 30 additions and 0 deletions

View file

@ -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