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 111c9c7 commit 4e73b81Copy full SHA for 4e73b81
include/llama.h
@@ -1441,7 +1441,7 @@ extern "C" {
1441
typedef bool (*llama_opt_param_filter)(const struct ggml_tensor * tensor, void * userdata);
1442
1443
// always returns true
1444
- bool llama_opt_param_filter_all(const struct ggml_tensor * tensor, void * userdata);
+ LLAMA_API bool llama_opt_param_filter_all(const struct ggml_tensor * tensor, void * userdata);
1445
1446
struct llama_opt_params {
1447
uint32_t n_ctx_train; // assumed context size post training, use context size specified in llama_context if 0
0 commit comments