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 2121335 commit 334515fCopy full SHA for 334515f
include/llama.h
@@ -946,7 +946,7 @@ extern "C" {
946
LLAMA_API void llama_set_causal_attn(struct llama_context * ctx, bool causal_attn);
947
948
// Set whether the model is in warmup mode or not
949
- // If true, all model tensors are activated during llama_encode() to load and cache their weights.
+ // If true, all model tensors are activated during llama_decode() to load and cache their weights.
950
LLAMA_API void llama_set_warmup(struct llama_context * ctx, bool warmup);
951
952
// Set abort callback
0 commit comments