Skip to content

Commit b5741a6

Browse files
kirklandsignfacebook-github-bot
authored andcommitted
Fix javadoc for LlamaModule.java (#5502)
Summary: Pull Request resolved: #5502 Reviewed By: shoumikhin Differential Revision: D63060509 Pulled By: kirklandsign fbshipit-source-id: 81e626cc9c111a34fc862c2af9a1e72a4d47c317
1 parent a9f3f81 commit b5741a6

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)