Open madroidmaq opened 1 month ago
I dont think ONNX runtime supports function calling. I searched their API docs but no reference
Can you share your environment please?
@natke Can you specify what environmental information you need?
As mentioned in the description of the problem, I am using an Android emulator (ARM) with Android version number Android 15.
I can execute your prompt with default android example the function call are text output, same as text chat you must process string match you self in android the python package like langchain already handle them all
Describe the bug
When I use the FunctionCalling feature of the LLama-3.2-1B-Instruct model on an Android device, an error occurs.
The prompt is as follows:
The error message is as follows:
Screenshots
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context
Everything works fine when I don't include FunctionCalling content in my normal use.