We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e01839c commit 6563797Copy full SHA for 6563797
extension/android/src/main/java/org/pytorch/executorch/LlamaCallback.java
@@ -14,7 +14,7 @@
14
* Callback interface for Llama model. Users can implement this interface to receive the generated
15
* tokens and statistics.
16
*
17
- * Note: deprecated! Please use {@link org.pytorch.executorch.extension.llm.LlamaCallback} instead.
+ * Note: deprecated! Please use {@link org.pytorch.executorch.extension.llm.LlmCallback} instead.
18
*/
19
@Deprecated
20
public interface LlamaCallback {
0 commit comments