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 04f8641 commit 54566adCopy full SHA for 54566ad
include/llama.h
@@ -980,7 +980,7 @@ extern "C" {
980
LLAMA_API int32_t llama_batch_ext_set_output_last(struct llama_batch_ext * batch);
981
982
// Get a "view" from a number of tokens offset
983
- // Return returned batch must be freed with llama_batch_free()
+ // Return returned batch must be freed with llama_batch_ext_free()
984
LLAMA_API struct llama_batch_ext * llama_batch_ext_get_view(
985
struct llama_batch_ext * batch,
986
int32_t offset,
0 commit comments