Skip to content

Commit 055e01b

Browse files
try CI fix
1 parent c255573 commit 055e01b

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
@@ -1328,7 +1328,7 @@ extern "C" {
13281328
typedef bool (*llama_opt_param_filter)(const struct ggml_tensor * tensor, void * userdata);
13291329

13301330
// always returns true
1331-
bool llama_opt_param_filter_all(const struct ggml_tensor * tensor, void * userdata);
1331+
LLAMA_API bool llama_opt_param_filter_all(const struct ggml_tensor * tensor, void * userdata);
13321332

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

0 commit comments

Comments
 (0)