Skip to content

Commit 039d831

Browse files
committed
Lint
1 parent 16b6d1c commit 039d831

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
@@ -233,8 +233,8 @@ public long prefillPrompt(String prompt, long startPos, int bos, int eos) {
233233
@Deprecated
234234
public int generateFromPos(
235235
String prompt, int seqLen, long startPos, LlmCallback callback, boolean echo) {
236-
return generate(prompt, seqLen, callback, echo);
237-
}
236+
return generate(prompt, seqLen, callback, echo);
237+
}
238238

239239
/**
240240
* Reset the context of the LLM. This will clear the KV cache and reset the state of the LLM.

0 commit comments

Comments
 (0)