Skip to content

Commit 4e73b81

Browse files
JohannesGaesslerggerganov
authored andcommitted
try CI fix
1 parent 111c9c7 commit 4e73b81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/llama.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1441,7 +1441,7 @@ extern "C" {
14411441
typedef bool (*llama_opt_param_filter)(const struct ggml_tensor * tensor, void * userdata);
14421442

14431443
// always returns true
1444-
bool llama_opt_param_filter_all(const struct ggml_tensor * tensor, void * userdata);
1444+
LLAMA_API bool llama_opt_param_filter_all(const struct ggml_tensor * tensor, void * userdata);
14451445

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

0 commit comments

Comments
 (0)