mirror of
https://github.com/ggml-org/llama.cpp.git
synced 2025-06-27 03:55:20 +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);
|
typedef bool (*llama_opt_param_filter)(const struct ggml_tensor * tensor, void * userdata);
|
||||||
|
|
||||||
// always returns true
|
// 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 {
|
struct llama_opt_params {
|
||||||
uint32_t n_ctx_train; // assumed context size post training, use context size specified in llama_context if 0
|
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