Skip to content

Commit 5eab404

Browse files
committed
lint
1 parent c4927af commit 5eab404

File tree

1 file changed

+2
-2
lines changed
  • extension/android/executorch_android/src/main/java/org/pytorch/executorch/extension/llm

1 file changed

+2
-2
lines changed

extension/android/executorch_android/src/main/java/org/pytorch/executorch/extension/llm/LlmModule.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ public native int generate(
174174
* @param channels Input image number of channels
175175
* @param startPos The starting position in KV cache of the input in the LLM.
176176
* @return 0, as the updated starting position in KV cache of the input in the LLM is no longer
177-
* exposed to user.
177+
* exposed to user.
178178
* @throws RuntimeException if the prefill failed
179179
*/
180180
@Deprecated
@@ -200,7 +200,7 @@ public long prefillImages(int[] image, int width, int height, int channels, long
200200
* @param bos The number of BOS (begin of sequence) token.
201201
* @param eos The number of EOS (end of sequence) token.
202202
* @return 0, as the updated starting position in KV cache of the input in the LLM is no longer
203-
* exposed to user.
203+
* exposed to user.
204204
* @throws RuntimeException if the prefill failed
205205
*/
206206
@Deprecated

0 commit comments

Comments
 (0)