Skip to content

Commit 404ca3c

Browse files
authored
chore(deps): bump llama.cpp to 47f931c8f9a26c072d71224bc8013cc66ea9e445 (#4263)
chore(deps): bump llama.cpp to '47f931c8f9a26c072d71224bc8013cc66ea9e445' Signed-off-by: Ettore Di Giacinto <[email protected]>
1 parent 7492179 commit 404ca3c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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?=cce5a9007572c6e9fa522296b77571d2e5071357
11+
CPPLLAMA_VERSION?=47f931c8f9a26c072d71224bc8013cc66ea9e445
1212

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

backend/cpp/llama/grpc-server.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ struct llama_client_slot
203203
std::string stopping_word;
204204

205205
// sampling
206-
struct common_sampler_params sparams;
206+
struct common_params_sampling sparams;
207207
common_sampler *ctx_sampling = nullptr;
208208

209209
int32_t ga_i = 0; // group-attention state
@@ -662,7 +662,7 @@ struct llama_server_context
662662

663663
bool launch_slot_with_data(llama_client_slot* &slot, json data) {
664664
slot_params default_params;
665-
common_sampler_params default_sparams;
665+
common_params_sampling default_sparams;
666666

667667
slot->params.stream = json_value(data, "stream", false);
668668
slot->params.cache_prompt = json_value(data, "cache_prompt", false);

0 commit comments

Comments
 (0)