Skip to content

Commit 6563797

Browse files
committed
Fix
1 parent e01839c commit 6563797

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* Callback interface for Llama model. Users can implement this interface to receive the generated
1515
* tokens and statistics.
1616
*
17-
* Note: deprecated! Please use {@link org.pytorch.executorch.extension.llm.LlamaCallback} instead.
17+
* Note: deprecated! Please use {@link org.pytorch.executorch.extension.llm.LlmCallback} instead.
1818
*/
1919
@Deprecated
2020
public interface LlamaCallback {

0 commit comments

Comments
 (0)