Skip to content

Commit 91f3db8

Browse files
authored
Update llama.cpp
1 parent a4e54ab commit 91f3db8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llama.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -12183,7 +12183,7 @@ void llama_sample_typical(struct llama_context * ctx, llama_token_data_array * c
1218312183
}
1218412184
}
1218512185

12186-
void llama_sample_entropy(struct llama_context* ctx, llama_token_data_array* candidates_p, float min_temp, float max_temp, float exponent_val, float smoothing_factor, float smoothing_curve) {
12186+
void llama_sample_entropy(struct llama_context * ctx, llama_token_data_array * candidates_p, float min_temp, float max_temp, float exponent_val, float smoothing_factor, float smoothing_curve) {
1218712187
const int64_t t_start_sample_us = ggml_time_us();
1218812188

1218912189
// no need to do anything if there is only one (or zero) candidates

0 commit comments

Comments
 (0)