Skip to content

Commit fd9875b

Browse files
committed
Fix javadoc for LlamaModule.java
1 parent 2df0cc1 commit fd9875b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extension/android/src/main/java/org/pytorch/executorch/LlamaModule.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ public long prefillPrompt(String prompt, long startPos, int bos, int eos) {
173173
* @param prompt The text prompt to LLaVA.
174174
* @param seqLen The total sequence length, including the prompt tokens and new tokens.
175175
* @param startPos The starting position in KV cache of the input in the LLM.
176-
* @param llamaCallback callback object to receive results.
176+
* @param callback callback object to receive results.
177177
* @param echo indicate whether to echo the input prompt or not.
178178
* @return The error code.
179179
*/

0 commit comments

Comments
 (0)