File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ DETECT_LIBS?=true
88# llama.cpp versions
99GOLLAMA_REPO? =https://github.com/go-skynet/go-llama.cpp
1010GOLLAMA_VERSION? =2b57a8ae43e4699d3dc5d1496a1ccd42922993be
11- CPPLLAMA_VERSION? =cce5a9007572c6e9fa522296b77571d2e5071357
11+ CPPLLAMA_VERSION? =47f931c8f9a26c072d71224bc8013cc66ea9e445
1212
1313# go-rwkv version
1414RWKV_REPO? =https://github.com/donomii/go-rwkv.cpp
Original file line number Diff line number Diff 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 );
You can’t perform that action at this time.
0 commit comments