We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da5eaef commit caa9249Copy full SHA for caa9249
common/sampling.cpp
@@ -113,13 +113,15 @@ std::string llama_sampling_order_print(const llama_sampling_params & params) {
113
default : break;
114
}
115
116
- } else result += "-> mirostat ";
+ } else {
117
+ result += "-> mirostat ";
118
+ }
119
120
return result;
121
122
123
// no reasons to expose this function in header
-void sampler_queue(
124
+static void sampler_queue(
125
struct llama_context * ctx_main,
126
const llama_sampling_params & params,
127
llama_token_data_array & cur_p,
0 commit comments