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