Skip to content

Commit b7ee380

Browse files
JohannesGaesslerggerganov
authored andcommitted
try CI fix
1 parent 45fd512 commit b7ee380

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/llama.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1440,7 +1440,7 @@ extern "C" {
14401440
typedef bool (*llama_opt_param_filter)(const struct ggml_tensor * tensor, void * userdata);
14411441

14421442
// always returns true
1443-
bool llama_opt_param_filter_all(const struct ggml_tensor * tensor, void * userdata);
1443+
LLAMA_API bool llama_opt_param_filter_all(const struct ggml_tensor * tensor, void * userdata);
14441444

14451445
struct llama_opt_params {
14461446
uint32_t n_ctx_train; // assumed context size post training, use context size specified in llama_context if 0

0 commit comments

Comments
 (0)