mirror of
https://github.com/ggml-org/llama.cpp.git
synced 2025-06-27 12:05:03 +00:00
try CI fix
This commit is contained in:
committed by
Georgi Gerganov
parent
111c9c75d6
commit
4e73b81a67
@ -1441,7 +1441,7 @@ extern "C" {
|
||||
typedef bool (*llama_opt_param_filter)(const struct ggml_tensor * tensor, void * userdata);
|
||||
|
||||
// always returns true
|
||||
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);
|
||||
|
||||
struct llama_opt_params {
|
||||
uint32_t n_ctx_train; // assumed context size post training, use context size specified in llama_context if 0
|
||||
|
Reference in New Issue
Block a user