Skip to content

Commit fdf91ad

Browse files
committed
update
1 parent dd656b0 commit fdf91ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extension/android/jni/jni_layer_llama.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ class ExecuTorchLlmJni : public facebook::jni::HybridClass<ExecuTorchLlmJni> {
362362
makeNativeMethod(
363363
"prefillPromptNative", ExecuTorchLlmJni::prefill_prompt),
364364
makeNativeMethod(
365-
"generateFromPos", ExecuTorchLlmJni::generate_from_pos),
365+
"generateFromPosNative", ExecuTorchLlmJni::generate_from_pos),
366366
});
367367
}
368368
};

0 commit comments

Comments
 (0)