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 bbed788 commit 0d7edd9Copy full SHA for 0d7edd9
mediapipe/tasks/cc/genai/inference/c/llm_inference_engine.h
@@ -83,7 +83,7 @@ typedef struct {
83
// contents started from `offset` with `size`.
84
// Since the model file is hosted on JavaScript layer and this function copies
85
// the data to the heap memory, the `mode` instructs how the source model file
86
- // data should be mainuplated:
+ // data should be manipulated:
87
// 0: Data will be kept in memory after read.
88
// 1: Data will not be accessed again and can be discarded.
89
// 2: All data has been used and can be discarded.
0 commit comments