From 0a6d936f708559704dec9e6dca0e52605e227977 Mon Sep 17 00:00:00 2001 From: Eric Curtin Date: Sun, 12 Jan 2025 19:54:26 +0000 Subject: [PATCH] Update llama.cpp to include minor llama-run Around resetting color output Signed-off-by: Eric Curtin --- container-images/scripts/build_llama_and_whisper.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/container-images/scripts/build_llama_and_whisper.sh b/container-images/scripts/build_llama_and_whisper.sh index 4b2d6bea..5721a822 100644 --- a/container-images/scripts/build_llama_and_whisper.sh +++ b/container-images/scripts/build_llama_and_whisper.sh @@ -84,7 +84,7 @@ clone_and_build_whisper_cpp() { } clone_and_build_llama_cpp() { - local llama_cpp_sha="f8feb4b01af374ad2fce302fd5790529c615710b" + local llama_cpp_sha="924518e2e5726e81f3aeb2518fb85963a500e93a" git clone https://github.com/ggerganov/llama.cpp cd llama.cpp