Skip to content

Commit 54566ad

Browse files
committed
correct comment
1 parent 04f8641 commit 54566ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/llama.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -980,7 +980,7 @@ extern "C" {
980980
LLAMA_API int32_t llama_batch_ext_set_output_last(struct llama_batch_ext * batch);
981981

982982
// Get a "view" from a number of tokens offset
983-
// Return returned batch must be freed with llama_batch_free()
983+
// Return returned batch must be freed with llama_batch_ext_free()
984984
LLAMA_API struct llama_batch_ext * llama_batch_ext_get_view(
985985
struct llama_batch_ext * batch,
986986
int32_t offset,

0 commit comments

Comments
 (0)