Skip to content

Commit 409e2d3

Browse files
authored
chore(deps): bump llama.cpp, rename llama_add_bos_token (#3253)
deps(llama.cpp): bump, rename llama_add_bos_token Signed-off-by: Ettore Di Giacinto <[email protected]>
1 parent 8bbf093 commit 409e2d3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ DETECT_LIBS?=true
88
# llama.cpp versions
99
GOLLAMA_REPO?=https://github.com/go-skynet/go-llama.cpp
1010
GOLLAMA_VERSION?=2b57a8ae43e4699d3dc5d1496a1ccd42922993be
11-
CPPLLAMA_VERSION?=5fd89a70ead34d1a17015ddecad05aaa2490ca46
11+
CPPLLAMA_VERSION?=4b9afbbe9037f8a2d659097c0c7d9fce32c6494c
1212

1313
# go-rwkv version
1414
RWKV_REPO?=https://github.com/donomii/go-rwkv.cpp

backend/cpp/llama/grpc-server.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -480,7 +480,7 @@ struct llama_server_context
480480

481481
n_ctx = llama_n_ctx(ctx);
482482

483-
add_bos_token = llama_should_add_bos_token(model);
483+
add_bos_token = llama_add_bos_token(model);
484484

485485
return true;
486486
}

0 commit comments

Comments
 (0)