Skip to content

Commit 0d7edd9

Browse files
MediaPipe Teamcopybara-github
authored andcommitted
No public description
PiperOrigin-RevId: 731774813
1 parent bbed788 commit 0d7edd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mediapipe/tasks/cc/genai/inference/c/llm_inference_engine.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ typedef struct {
8383
// contents started from `offset` with `size`.
8484
// Since the model file is hosted on JavaScript layer and this function copies
8585
// the data to the heap memory, the `mode` instructs how the source model file
86-
// data should be mainuplated:
86+
// data should be manipulated:
8787
// 0: Data will be kept in memory after read.
8888
// 1: Data will not be accessed again and can be discarded.
8989
// 2: All data has been used and can be discarded.

0 commit comments

Comments
 (0)